For the complete documentation index, see llms.txt. This page is also available as Markdown.

Licenses for Device

This endpoint lets you list all licenses assigned to the specified device.

Endpoint

  • Method: GET

  • Path: /api/v4/device_licenses

  • Description: Returns a list of licenses assigned to a device.

Authentication

See License API Authorization.

Required headers

  • Date (string) — RFC7231 GMT date string

  • Authorization (string)

  • Accept: application/json

Request

Query parameters

  • hardware_id (required, string) — Unique hardware ID generated for the client device

Examples

Example Responses

200

\

Schema

Request schema (TypeScript + JSON Schema)

TypeScript

JSON Schema

Response schema (TypeScript + JSON Schema)

TypeScript

JSON Schema

Errors

If an error occurs, the response will have an HTTP status code of 400 or higher, and the response body will contain an error description in the following format:

JSON Schema

List of exceptions

Last updated

Was this helpful?