🔒Authentication

How to authenticate to the API

Using an API key is the way to authenticate an application accessing the Alephee API, without referencing an actual user. The app adds the key to each API request, and the API can use the key to identify the application and authorize the request.

API_KEY must be sent with all client requests. The API_KEY helps the platform to validate the request source. You need to call each and every one of the available API endpoints with querystring parameters, typically including Account ID and API_KEY.

The Account ID indicated in all requests must be one of the associated with the API_KEY. Otherwise, an authentication error will occur.

There is no need to header-type tokens of any kind. No header token and no bearer token.

Please reach out to your Alephee support team to contact and request your API_KEY and account identification.

Last updated