Authentication & Authorization

API Key Authentication

To authenticate your API requests, include the following headers in every request:

"X-Api-Key": Your unique API key

"X-Client-Id": Your unique client identifier


Handling Authentication Errors

  • 401 Unauthenticated: This error occurs if the API key or client ID is invalid or missing. Ensure that your API key and client ID are correctly included in the headers.
  • 403 Forbidden: This error occurs if you attempt to access resources or endpoints that you are not authorized to access.

Best Practices

  • Keep your API keys secure.
  • Rotate your API keys periodically to maintain security.