# Access Token
Before you start you should aquire an Access Token from us.
If you don't have one yet, then please E-Mail us and we will get you started as soon as possible.
After obtaining an Access Token include it in the Authorization header of each API Request.
The Token is used to identify you and the API will deny your request without it.
- CURL
- JavaScript
- PHP
curl --request GET \
--url https://api.einfach-zum-angebot.de/api/v1/leads \
--header 'Authorization: Bearer <PERSONAL TOKEN>' \
--header 'content-type: application/json'