# API Authentication
To authenticate users, an API Key is required.
This can be obtained from the profile page on the Bullet app. Simply visit <https://app.bullet.so/account> and locate your API Key.
This key should be used in the form of Bearer authentication.
Copy the token and pass it in the header in the following format.
```shell
Authorization Bearer <API Key here>
```