Retrieve a list of the webhooks configured for an organization.
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/organizations/:orgId/webhooks?imei=12345678' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "id": 217,
- "imei": "357660101000198",
- "type": "systemMessages",
- "config": {
- "dataProfile": {
- "isEnabled": false,
- "dataProfileLimit": 90
}, - "deviceStatus": {
- "isEnabled": false
}, - "deviceBillingStatus": {
- "isEnabled": false
}, - "deviceRemoved": {
- "isEnabled": false
}, - "auxiliaryCamerasConnectionStatus": {
- "isEnabled": false
}
}
}
]
}