Appearance
API Authentication
Overview
All API requests must be authenticated using an access token. These tokens are used to identify your organization and control access to the API.
Access Tokens
Access tokens are the recommended way to authenticate with our API. They provide:
- Fine-grained access control
- Easy management and rotation
- Audit logging capabilities
Token Format
Include your access token in the Authorization
header of your requests:
http
Authorization: Bearer your_token_here
Important
Never share your access tokens or commit them to version control. Keep them secure and treat them like passwords.