Skip to content

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.

The Authorization header should be formatted as follows:

Authorization: Bearer YOUR_API_KEY

Replace YOUR_API_KEY with your actual API key.

JWT Authentication (Coming soon)

Coming Soon.