Webhook Endpoints
Register the URLs your brand receives events on, choose which events each one gets, and rotate its signing secret — all from the API.
List webhook endpoints
GET/v1/webhook_endpoints
Create a webhook endpoint
POST/v1/webhook_endpoints
Get a webhook endpoint
GET/v1/webhook_endpoints/{wh}
Update a webhook endpoint
PATCH/v1/webhook_endpoints/{wh}
Delete a webhook endpoint
DELETE/v1/webhook_endpoints/{wh}
Rotate a webhook endpoint's secret
POST/v1/webhook_endpoints/{wh}/rotate_secret
Replay past events to a webhook endpoint
POST/v1/webhook_endpoints/{wh}/replay