# Authentication

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.

{% hint style="warning" %}
`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`.
{% endhint %}

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.&#x20;

{% hint style="success" %}
Please reach out to your [Alephee support team](mailto:soporte@alephcrm.com) to contact and request your `API_KEY` and account identification.
{% endhint %}
