API
SaaS users can automate with API keys and /v1/* endpoints.
Self-hosted and white-label operators additionally use /admin/* endpoints with
admin credentials.
For SaaS key usage examples, see:
For self-hosted/white-label API automation, use the OpenAPI contract:
For LLM-driven automation, use the repo skill and pass your instance domain as the base URL:
User API Authentication
Authorization: Bearer <api_key>Admin API Authentication (Self-Hosted / White-Label)
X-Admin-Password: <admin_password>Common User Endpoints
POST /v1/subscriptionsGET /v1/subscriptionsGET /v1/eventsGET /v1/deliveriesPOST /v1/backfillPOST /v1/webhook-test
Common Admin Endpoints
POST /admin/usersPOST /admin/users/planPOST /admin/plansPOST /admin/api-keysPOST /admin/tracked-contractsGET /admin/backfill
Use /openapi.yaml as the source of truth for request/response schemas. Use
/api-docs.html for human-readable endpoint exploration.