API Overview
Base URL
Authentication
Public endpoints
Public endpoints authenticate using your domain keys embedded in the URL path. No JWT required.{public_key}— your domain’s public key (UUID){secret_key}— your domain’s secret key
Dashboard API
All/api/* endpoints require a JWT access token in the Authorization header:
access_token.
Webhook registration API
The webhook registration endpoint uses your domain credentials in the URL:{domain}:{secret} not {public_key}/{secret_key}.
Response format
All endpoints return JSON. Error responses:Pagination
Paginated endpoints acceptlimit and offset query parameters: