Webhook Endpoints
Replay webhook delivery
Re-enqueues a webhook delivery for another attempt.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
deliveryIdRequiredstringDelivery ID
OK
List webhook endpoints
Returns all webhook endpoints for the organization.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Create webhook endpoint
Creates a new outbound webhook endpoint for the organization.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredWebhook endpoint request
activebooleandescriptionstringeventsarray<string>secretstringurlstringCreated
Get webhook endpoint
Returns a single webhook endpoint.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringWebhook endpoint ID
OK
Delete webhook endpoint
Deletes a webhook endpoint.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringWebhook endpoint ID
OK
Update webhook endpoint
Updates a webhook endpoint URL, events, or status.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredWebhook endpoint update
activebooleandescriptionstringeventsarray<string>secretstringurlstringPath Parameters
idRequiredstringWebhook endpoint ID
OK
List webhook deliveries
Returns paginated delivery logs for a webhook endpoint.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringWebhook endpoint ID
Query Parameters
pageintegerPage number
per_pageintegerItems per page
OK