Webhooks
Delete a webhook for the current business
The webhook has been successfully deleted
The webhook with the given ID was not found
No content
Update a webhook for the current business
The URL where webhook events will be sent. Must be a valid URL with a TLD.
https://example.com/webhooksOptional description for this webhook
Whether the webhook is active
trueThe webhook has been successfully updated
The webhook with the given ID was not found
Get a webhook by id
Returns the webhook with the given ID
The webhook with the given ID was not found
Create a new webhook for the current business
The URL where webhook events will be sent. Must be a valid URL with a TLD.
https://example.com/webhooksOptional description for this webhook
Whether the webhook is active
trueExample: trueThe webhook has been successfully created.
Send example message to a webhook
The event type to send
transaction.updatedThe message ID
Get the secret for a webhook endpoint
The secret for the webhook endpoint
Last updated