Webhooks
Webhooks provide a powerful way to receive real-time notifications of events in your system.
Overview
Events
Company API token
The URL to send the webhook to
https://example.com/webhookA secret to sign the webhook with
supersecretWebhook created
Unauthorized
Webhook id
Company API token
Webhook found
The ID of the webhook subscription
60f8c3b3c4e5c3001f5b5c3eThe URL to ping when the event occurs
https://example.com/webhookThe events that are enabled for this webhook
["pud:create","pud:status_update","pud:price_update"]The creation date of the webhook subscription
2021-07-22T15:00:35.000ZThe last update date of the webhook subscription
2021-07-22T15:00:35.000ZUnauthorized
Company API token
Webhooks found
The ID of the webhook subscription
60f8c3b3c4e5c3001f5b5c3eThe URL to ping when the event occurs
https://example.com/webhookThe events that are enabled for this webhook
["pud:create","pud:status_update","pud:price_update"]The creation date of the webhook subscription
2021-07-22T15:00:35.000ZThe last update date of the webhook subscription
2021-07-22T15:00:35.000ZUnauthorized
Webhook id
Company API token
The URL to send the webhook to
https://example.com/webhookWebhook updated
The ID of the webhook subscription
60f8c3b3c4e5c3001f5b5c3eThe URL to ping when the event occurs
https://example.com/webhookThe events that are enabled for this webhook
["pud:create","pud:status_update","pud:price_update"]The creation date of the webhook subscription
2021-07-22T15:00:35.000ZThe last update date of the webhook subscription
2021-07-22T15:00:35.000ZUnauthorized
Webhook payloads
Validating webhook deliveries
Example validation
Last updated