Get device recipients
Configurable Events (string) or Unconfigurable Events (string) (All Events) Event type in query |
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ 'https://api-prod.surfsight.net/v2/devices/:imei/notification-recipients?eventType=acceleration' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "recipients": [
- {
- "recipient": "email@email.com",
- "eventType": "acceleration",
- "status": 0
}
], - "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}