curl --request GET \
--url https://dashboard.hologram.io/api/1/alerts/device/usage \
--header 'Authorization: Basic <encoded-value>'{
"continues": false,
"data": [],
"limit": 50,
"size": 0,
"success": true
}curl --request GET \
--url https://dashboard.hologram.io/api/1/alerts/device/usage \
--header 'Authorization: Basic <encoded-value>'{
"continues": false,
"data": [],
"limit": 50,
"size": 0,
"success": true
}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.
0
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
0
144
"DESC"
Success
Was this page helpful?