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
The path is /webhooks
This resource is exposed under /webhooks, not /webhook-endpoints, webhook-endpoints here
refers to the product concept (the registered URL and its configuration), not the events it
receives (see Event catalog).
| Method | Path | Description |
|---|---|---|
POST | /webhooks | Create a webhook endpoint |
GET | /webhooks | List 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-secret | Rotate the signing secret |
Events
| Event | Trigger |
|---|---|
webhook_endpoint.created | Endpoint registered |
webhook_endpoint.updated | Endpoint updated |
webhook_endpoint.deleted | Endpoint removed |