Authentication

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

X-API-Key: <your-api-key>

Was this helpful?