Authentication
We currently offer API key authentication. JWT (JSON Web Token) authentication is planned for future releases and will be documented here when available.
API Keys
To authenticate your requests, you'll need to include your API key in the Authorization header of every request.
- Create an API Key (or check our guide Getting an API Key)
The Authorization header should be formatted as follows:
Authorization: Bearer YOUR_API_KEYReplace YOUR_API_KEY with your actual API key.
JWT Authentication (Coming soon)
Coming Soon.