GET /api/v1/accounts/{AccountID}/notifications/configuration
- TOKEN-AUTH - session auth token
Flag status for various notifications, see example
curl --request GET \
--url https://rest-prod.immedia-semi.com/api/v1/accounts/1234/notifications/configuration \
--header 'token-auth: {Auth_TOKEN}'
200 OK
{
"notifications": {
"low_battery": true,
"camera_offline": true,
"camera_usage": true,
"scheduling": true,
"motion": true,
"sync_module_offline": true,
"temperature": true,
"doorbell": true,
"wifi": true,
"lfr": true,
"bandwidth": true,
"battery_dead": true
}
}