Skip to main content

Authentication

All requests from external applications must be authenticated using Client Credentials.

Headers

Include the following headers in your HTTP requests:

  • x-client-id: Your Client ID
  • x-client-secret: Your Client Secret

Note: You can generate and manage your API Keys in the Developers > My Apps section of the dashboard.

Response Codes

  • 401 Unauthorized: Invalid Client ID or Secret.
  • 403 Forbidden: Application is disabled or scope is insufficient.