curl --request GET \
--url https://dashboard.hologram.io/api/1/alerts \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 123,
"size": 123,
"continues": true,
"data": [
{
"planid": 123,
"plan_amount": 123,
"data_threshold": 123,
"id": 123,
"orgid": 123,
"type": "<string>",
"deviceid": 123,
"acked": 123,
"acked_by": 123,
"acked_at": "<string>",
"whencreated": "<string>",
"device_name": "<string>",
"cur_billing_data_used": 123,
"last_billing_data_used": 123,
"linkid": 123,
"sim": "<string>",
"state": "<string>",
"expires": "<string>",
"latitude": 123,
"longitude": 123
}
]
}curl --request GET \
--url https://dashboard.hologram.io/api/1/alerts \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 123,
"size": 123,
"continues": true,
"data": [
{
"planid": 123,
"plan_amount": 123,
"data_threshold": 123,
"id": 123,
"orgid": 123,
"type": "<string>",
"deviceid": 123,
"acked": 123,
"acked_by": 123,
"acked_at": "<string>",
"whencreated": "<string>",
"device_name": "<string>",
"cur_billing_data_used": 123,
"last_billing_data_used": 123,
"linkid": 123,
"sim": "<string>",
"state": "<string>",
"expires": "<string>",
"latitude": 123,
"longitude": 123
}
]
}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
tacchange, datalimit, usage Was this page helpful?