Webhooks
Webhook subscription management
Get all webhooks for current user
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Query Parameters
isActivebooleanCreate a new webhook
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Request Body
application/jsonRequirednameRequiredstringWebhook name
descriptionstringWebhook description
urlRequiredstringWebhook endpoint URL
eventsRequiredarray<string>Events to subscribe to
headersobjectCustom headers to send with requests
isActivebooleanIs webhook active
Default:
trueretryAttemptsnumberNumber of retry attempts on failure
Default:
3retryDelaySecondsnumberDelay between retries in seconds
Default:
60Get list of available webhook events
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Get webhook statistics
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Get a webhook by ID
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringUpdate a webhook
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Request Body
application/jsonRequirednamestringWebhook name
descriptionstringWebhook description
urlstringWebhook endpoint URL
eventsarray<string>Events to subscribe to
headersobjectCustom headers to send with requests
isActivebooleanIs webhook active
retryAttemptsnumberNumber of retry attempts on failure
retryDelaySecondsnumberDelay between retries in seconds
Path Parameters
idRequiredstringDelete a webhook
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringRegenerate webhook secret
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringSend a test webhook delivery
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringGet webhook delivery logs
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringQuery Parameters
successbooleaneventstringpagenumberlimitnumber