# Authentication

To use the Userdesk API it is required to have an API Key.

Creating an API Key is as simple as creating a Chatbot, going to the API section, and creating a new API Key.

{% embed url="<https://www.loom.com/share/47367f36bb634fcf94f8966c7726c758?sid=502658bb-1580-4ff1-b4a3-455d4486e06b>" %}
Create an API Key
{% endembed %}

### Bearer Token Authorization

Every API endpoint needs to be authenticated via the Bearer Token.

It means that every HTTP request has to include this HTTP Header:

```
Authorization: Bearer <your_chatbot_api_key>
```
