Authentication

All API endpoints require authentication using an API key. The API key should be provided as a header in the request.

Authentication: Bearer <your-api-key>

Last updated

Was this helpful?