Webhooks
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
webhook_idstringRequiredExample:
46c5e0e3-2739-4b6a-8f78-dc4a936d5861Responses
200
OK
application/json
Responseobject
get
/webhooks/{webhook_id}200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
urlstring · uriRequiredExample:
The HTTPS endpoint that will receive the events.
https://api.example.com/webhooks/endpointPattern: ^https://activebooleanRequiredExample:
When true, the endpoint will start receiving events.
truelabelstring · nullableRequiredExample:
Plain text name for the webhook. Must be unique if provided.
Production Webhooktagsstring[]RequiredExample:
Array of Tag IDs to filter events. Only SIMs with these Tags will trigger events. Empty array includes all Tags.
["prod-devices","critical-alerts"]Responses
200
OK
application/json
Responseobject
post
/webhooks200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
webhook_idstringRequiredExample:
a6693cbb-e29c-4564-9574-494e662931ccBody
urlstring · uriRequiredExample:
The HTTPS endpoint that will receive the events.
https://api.example.com/webhooks/endpointPattern: ^https://activebooleanRequiredExample:
When true, the endpoint will start receiving events.
truelabelstring · nullableRequiredExample:
Plain text name for the webhook. Must be unique if provided.
Production Webhooktagsstring[]RequiredExample:
Array of Tag IDs to filter events. Only SIMs with these Tags will trigger events. Empty array includes all Tags.
["prod-devices","critical-alerts"]Responses
200
OK
application/json
Responseobject
patch
/webhooks/{webhook_id}200
OK
Last updated