Webhooks
Returns detailed information for a specific Webhook.
46c5e0e3-2739-4b6a-8f78-dc4a936d5861OK
OK
Create a Webhook to receive events from your organization. Webhooks can be filtered as to what they receive by applying filtering using Tags and/or excluding event types.
The HTTPS endpoint that will receive the events.
https://api.example.com/webhooks/endpointPattern: ^https://When true, the endpoint will start receiving events.
truePlain text name for the webhook. Must be unique if provided.
Production WebhookArray of Tag IDs to filter events. Only SIMs with these Tags will trigger events. Empty array includes all Tags.
["prod-devices","critical-alerts"]OK
OK
Modify a specific Webhook.
When updating arrays, the whole array will be replaced. To keep existing Tags or exclude_types you will need to include all properties in the array, not just the additional ones.
a6693cbb-e29c-4564-9574-494e662931ccThe HTTPS endpoint that will receive the events.
https://api.example.com/webhooks/endpointPattern: ^https://When true, the endpoint will start receiving events.
truePlain text name for the webhook. Must be unique if provided.
Production WebhookArray of Tag IDs to filter events. Only SIMs with these Tags will trigger events. Empty array includes all Tags.
["prod-devices","critical-alerts"]OK
OK
Removes a specific Webhook. If you think you will want to use it again you can always set the "active": false with the PATCH call instead. This will keep the Webhook but prevent it from sending any events to the endpoint.
46c5e0e3-2739-4b6a-8f78-dc4a936d5861OK
OK
Last updated