Authentication

Every request (except /health and the docs pages) requires an API key, provided either as:

MethodExample
Header (recommended)X-Api-Key: YOUR_API_KEY
Query parameter?api_key=YOUR_API_KEY

Manage your key from the API keys page in your dashboard — you can reveal, copy, regenerate or deactivate it there. Regenerating a key immediately invalidates the old one, so update any deployed applications right away.