🔒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.

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.

Last updated

Was this helpful?