API FAQ#

How do I authenticate API calls?#

All API requests must include a Bearer Token in the HTTP Authorization header: Authorization: Bearer <YOUR_API_TOKEN>. Tokens can be generated in the Dashboard under Organization.

Can I create multiple API tokens?#

Yes. You can generate multiple tokens to segregate access across environments (e.g. production, staging, dev) or teams, and revoke individual tokens at any time.

What data format is used by the REST API?#

All API requests and responses use standard JSON formatting.