Authentication
Most API endpoints require authentication using a Bearer token.
Generating an API Key
- In the web interface, go to My Account > API Keys.
- Click Generate a new key.
- Copy the key securely. It will not be shown again.
Using the API Key
Include the key in the Authorization HTTP header of your requests:
http
Authorization: Bearer YOUR_API_KEY