Skip to content
Loading keys…

Webhook Endpoints

Register and manage the URLs Wajub sends signed event notifications to.

A webhook endpoint is a URL you register to receive signed, real-time notifications for the event types you subscribe to. See Webhooks for the full setup guide.

private key required

Managing webhook endpoints requires the private key (sk...).

Endpoints

MethodPathDescription
POST/webhooksCreate a webhook endpoint
GET/webhooksList webhook endpoints
GET/webhooks/{id}Retrieve a webhook endpoint
PUT/webhooks/{id}Update a webhook endpoint
DELETE/webhooks/{id}Delete a webhook endpoint
POST/webhooks/{id}/rotate-secretRotate the signing secret

Events

EventTrigger
webhook_endpoint.createdEndpoint registered
webhook_endpoint.updatedEndpoint updated
webhook_endpoint.deletedEndpoint removed

What did you think of this content?