Base URL
Authentication
All requests use Bearer token authentication. See Authentication for full details.Set up authentication
The recommended approach is to create an API Key, which manages token lifecycle automatically.- In the web app, open your user menu (bottom-left avatar) and choose My Settings.
- In the API Credentials section, click Create API Key and give it a name.
- Copy the Client ID and Client Secret (the secret is only shown once).
- Your app exchanges these credentials for short-lived access tokens via the token endpoint.
Explore next
Key Terms
Learn core terms.
Authentication
Set up API authentication.
Rate Limits
Understand request limits.
Errors
Understand error responses.