Licenses
List devices for a license
Returns every non-deleted device bound to the license (pending, enrolled, and revoked) unless filtered with status. Requires devices.read (or a product key for that license).
GET
List devices for a license
Authorizations
API key (sk_live_…). Send as Authorization: Bearer <api_key>.
Path Parameters
License UUID
Query Parameters
Filter by device status. Omit to return all statuses.
Available options:
pending, enrolled, revoked Page number (1-based). If both page and per_page are omitted, the full set is returned.
Required range:
x >= 1Items per page (max 100). If both page and per_page are omitted, the full set is returned.
Required range:
1 <= x <= 100Response
Success
The response is of type object.

