Skip to main content

Webhooks

Capability

Webhook management is already available through third-party APIs and can be operated with partner-issued credentials that include:

  • webhooks:read
  • webhooks:write

Endpoint set

  • POST /api/thirdparty/v1/webhooks/endpoints
  • GET /api/thirdparty/v1/webhooks/endpoints
  • PATCH /api/thirdparty/v1/webhooks/endpoints/{id}
  • POST /api/thirdparty/v1/webhooks/endpoints/{id}/rotate-secret
  • POST /api/thirdparty/v1/webhooks/endpoints/{id}/test
  • GET /api/thirdparty/v1/webhooks/deliveries
  • POST /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.