Client Registration

API clients need to be registered to obtain a client_id (different from and not to be confused with API keys), which is required to access API endpoints that need authorization in addition to API key based authentication.

Process

Contact us with the following details:

  • Client Name (required) - must not exceed 20 characters. Preferably Alphanumeric, No special characters (only allowed "-")
  • Redirect URI (required) - must be over https
  • Description (optional) - short description of the client. If not provided, the requestor's email address will be used

Once approved and provisioned, you will receive an email containing a clientId which can be used to interact with the authorization service.