API
Most SaaS teams can use the Dashboard only.
If you are automating subscription lifecycle, backfills, or delivery operations in a self-hosted/white-label deployment, use the OpenAPI contract:
Authentication
Authorization: Bearer <api_key>Common Endpoints
POST /v1/subscriptionsGET /v1/subscriptionsGET /v1/eventsGET /v1/deliveriesPOST /v1/backfillPOST /v1/webhook-test
Use /openapi.yaml as the source of truth for request/response schemas. Use
/api-docs.html for human-readable endpoint exploration.