Webhooks
get
Retrieve a list of webhooks.
Query parameters
Responses
200
Successfully retrieved a list of webhooks.
application/json
get
/webhooks200
Successfully retrieved a list of webhooks.
post
Create a new webhook. Url to be called when the event is triggered.
Body
eventTypeall ofRequiredExample:
Event type the webhook is listening to
bond.createdstring · enumOptionalPossible values:
Event type the webhook is listening to
urlstringRequiredExample:
Url to be called when the event is triggered
https://webhook.site/b3c499f1-bdb6-4005-860a-5725f57e301dResponses
201
Successfully created a webhook.
application/json
post
/webhooks201
Successfully created a webhook.
delete
Path parameters
webhookIdstring · uuidRequiredExample:
Webhook UUID identifier, unique in scope of this node
12ab75c3-14a4-4629-b8ed-9b58e7b9a9acResponses
204
Successfully deleted the webhook.
delete
/webhooks/{webhookId}204
Successfully deleted the webhook.
No content
Last updated