| parameter | organizationId | Id for the organization in question: Number |
| header | Authorization | Authentication token (bearer token or API key). |
| status | 401 | Invalid authentication token |
| [{ "id" : Number, "deviceIds" : [Number], "deviceGroupIds" : [Number], "webhookUrl" : String, "topics" : ["DeviceActivationEvents" / "DeviceDeactivationEvents" / "DeviceStatusEvents" / "DeviceTamperEvents"] }] | ||
| parameter | organizationId | 8 |
| header | Authorization | Bearer f971d1ec-7991-4c78-afb5-b69a00552415 |
| status | 200 | |
| header | Access-Control-Expose-Headers | authorization, content-type |
| header | Access-Control-Allow-Headers | authorization, content-type |
| header | Access-Control-Allow-Methods | GET, POST, DELETE, OPTIONS, PUT |
| header | Access-Control-Allow-Origin | * |
| header | Strict-Transport-Security | max-age=31536000; includeSubDomains |
| header | X-Frame-Options | SAMEORIGIN |
| header | X-Content-Type-Options | nosniff |
| header | X-XSS-Protection | 1; mode=block |
| header | Content-Security-Policy | default-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none' |
| header | Referrer-Policy | no-referrer |
| header | Feature-Policy | self |
| header | Permissions-policy | interest-cohort=() |
[{ "id": 4, "deviceIds": [96], "deviceGroupIds": [], "webhookUrl": "https://webhook.example.com/api", "topics": ["DeviceActivationEvents", "DeviceDeactivationEvents", "DeviceStatusEvents", "DeviceTamperEvents"] }] | ||