curl --request GET \
--url https://dashboard.hologram.io/api/1/devices/pages \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 5000,
"size": 0,
"continues": false,
"data": []
}Retrieve pagination information for devices retrieved from /devices for organizations with many devices.
Note: This endpoint will return empty data if there are fewer devices than the limit specified.
curl --request GET \
--url https://dashboard.hologram.io/api/1/devices/pages \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 5000,
"size": 0,
"continues": false,
"data": []
}Documentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.
You can find your API key on the Hologram Dashboard under Account Settings.
144
Maximum number of items to return in a single request. For endpoints that support pagination, use this with corresponding /pages endpoints to manage large result sets.
50
Comma-separated list of network states.
"LIVE, LIVE-PENDING, PAUSED-USER, PAUSED-SYS, PAUSED-PENDING-USER, PAUSED-PENDING-SYS, INACTIVE, TEST-ACTIVATE, TEST-ACTIVATE-PENDING, DEAD, DEAD-PENDING"
Was this page helpful?