Devices
List devices
Returns devices for the customer in all statuses (pending, enrolled, revoked) unless filtered. API keys may be further scoped to license/device.
GET
List devices
Authorizations
API key (sk_live_…). Send as Authorization: Bearer <api_key>.
Query Parameters
Filter to devices bound to this license
Filter by device status. Omit to return all statuses.
Available options:
pending, enrolled, revoked Filter by exact external_device_id
Maximum string length:
200Page 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.

