Webhooks
Capability
Webhook management is already available through third-party APIs and can be operated with partner-issued credentials that include:
webhooks:readwebhooks:write
Endpoint set
POST /api/thirdparty/v1/webhooks/endpointsGET /api/thirdparty/v1/webhooks/endpointsPATCH /api/thirdparty/v1/webhooks/endpoints/{id}POST /api/thirdparty/v1/webhooks/endpoints/{id}/rotate-secretPOST /api/thirdparty/v1/webhooks/endpoints/{id}/testGET /api/thirdparty/v1/webhooks/deliveriesPOST /api/thirdparty/v1/webhooks/deliveries/{id}/replay
Notes
- Raw webhook secret is returned once at creation or rotation.
- Persist the raw secret immediately in your secure secret manager.
- Use delivery listing and replay endpoints for operational debugging.