cURL
curl --request GET \ --url https://api.voxo.co/v2/admin/devices/ \ --header 'Authorization: Bearer <token>'
{ "records": [ { "id": 123, "name": "<string>", "mac": "<string>", "tenantId": 123, "phLine1ExId": 123, "extPeer": "<string>", "phoneModelId": 123, "deviceModel": "<string>", "tenantName": "<string>", "tenantCode": "<string>", "userAgent": "<string>" } ], "page": 123, "maxPage": 123, "totalRecords": 123 }
List all devices for a tenant with pagination
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
Paginated devices
Show child attributes
Was this page helpful?
Contact support