Register new Webhook
Subscribe for a new notification.
post
Authorizations
AuthorizationstringRequired
Enter your JWT access token
Body
urlstringRequired
The URL to which the webhook will send data
eventall ofRequired
The event that triggers the webhook
string · enumOptionalPossible values:
Responses
201
Successfully created the webhook based on provided data. Returns webhook details including the secret key
application/json
400
Bad Request. See message / detail for explanation of the error
application/json
500
Internal server error
application/json
post
/v1/webhooksLast updated