Managing API Keys
Create and manage API keys for programmatic access.
Creating an API Key
- Go to Account → API Keys
- Click Create API Key
- Copy the key immediately — it will not be shown again
Using API Keys
Include your API key in the Authorization: Bearer YOUR_KEY header for all API requests.
Revoking Keys
You can delete any API key at any time. This immediately revokes access for any application using that key.