Authentication

Secure your API requests with API Key authentication. All requests must include your API key in the header.

Authentication Header

Include the X-API-Key header in all your requests.

# Example Request Header
Authorization: Bearer YOUR_API_KEY

Obtaining an API Key

You can generate and manage your API keys from the Dashboard Settings. Keep your API keys secure and never share them in client-side code.

Authentication Errors

Status CodeDescription
401Unauthorized. The API key is missing or invalid.
403Forbidden. The API key does not have permission to access the resource.