Webhooks

get

Retrieve a list of webhooks.

Query parameters
Responses
200

Successfully retrieved a list of webhooks.

application/json
get
/webhooks
200

Successfully retrieved a list of webhooks.

post

Create a new webhook. Url to be called when the event is triggered.

Body
eventTypeall ofRequired

Event type the webhook is listening to

Example: bond.created
string · enumOptional

Event type the webhook is listening to

Possible values:
urlstringRequired

Url to be called when the event is triggered

Example: https://webhook.site/b3c499f1-bdb6-4005-860a-5725f57e301d
Responses
post
/webhooks
201

Successfully created a webhook.

delete
Path parameters
webhookIdstring · uuidRequired

Webhook UUID identifier, unique in scope of this node

Example: 12ab75c3-14a4-4629-b8ed-9b58e7b9a9ac
Responses
delete
/webhooks/{webhookId}
204

Successfully deleted the webhook.

No content

Last updated