Webhooks
Webhook endpoints and their deliveries.
Regional
us.api.brault.app— follows the region selector in the top barList webhook endpoints
GET /v1/webhooks
Create a webhook endpoint
POST /v1/webhooks
Retrieve a webhook endpoint
GET /v1/webhooks/{webhookId}
Update a webhook endpoint
PATCH /v1/webhooks/{webhookId}
Delete a webhook endpoint
DELETE /v1/webhooks/{webhookId}
Send a test delivery
POST /v1/webhooks/{webhookId}/test
Roll the signing secret
POST /v1/webhooks/{webhookId}/roll-secret
List an endpoint’s deliveries
GET /v1/webhooks/{webhookId}/deliveries
Retrieve one delivery
GET /v1/webhooks/{webhookId}/deliveries/{deliveryId}
Redeliver one delivery
POST /v1/webhooks/{webhookId}/deliveries/{deliveryId}/redeliver
Replay a window of events
POST /v1/webhooks/{webhookId}/replays