πͺWebhooks
API reference for webhook-related endpoints
Subscription
Managing Webhook Subscriptions
Creates new webhook subscription or updates an existing one
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Content digest
Unique ID of the webhook to be updated
URL to be subscribed for receiving events
https://example.com/callbackSuccessful operation
Webhook details for subscribed callback URL receiving entity update events
Unique webhook ID
URL to be subscribed for receiving events
https://example.com/callbackDate this webhook was created (ISO-8601)
Date this webhook was last updated (ISO-8601)
Invalid request
Not authorised
Internal error
Retrieving Webhook Subscriptions
Retrieves webhook subscription information
Unique webhook ID
HTTP message signature
HTTP message signature input
Successful operation
Webhook details for subscribed callback URL receiving entity update events
Unique webhook ID
URL to be subscribed for receiving events
https://example.com/callbackDate this webhook was created (ISO-8601)
Date this webhook was last updated (ISO-8601)
Invalid request
Not authorised
Webhook not found
Internal error
Retrieves all active webhooks
HTTP message signature
HTTP message signature input
Successful operation
Webhook details for subscribed callback URL receiving entity update events
Unique webhook ID
URL to be subscribed for receiving events
https://example.com/callbackDate this webhook was created (ISO-8601)
Date this webhook was last updated (ISO-8601)
Invalid request
Not authorised
Internal error
Removing Webhook Subscriptions
Removes webhook subscription
Unique webhook ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Successful operation
Invalid request
Not authorised
Webhook not found
Internal error
No content
Schema
Webhook retry policy
Handling duplicated webhooks
Webhook Notification Verification
Retrieve Webhook Verification Key
Retrieves webhook verification key
HTTP message signature
HTTP message signature input
Successful operation
Webhook verification key
Unique ID of verification key
Base64 encoded public key used for verifying webhook notifications. Requirements for cryptographic algorithms and more details can be found in our documentation
Invalid request
Not authorised
Internal error
Extract Webhook Headers
Verification
Last updated