X-Api-Key header.
401:
Creating a key
Create a key from your dashboard, or programmatically:Listing your keys
Revoking a key
Delete a key by name. Revocation takes effect within a few seconds across all servers.Keeping keys safe
- Never ship a key in client-side code. Anything in a browser, mobile app, or public repository is readable by anyone. Call the API from your own server instead.
- Use one key per environment or service. If a key leaks, you revoke just that one instead of breaking everything at once.
- Load keys from environment variables or a secret manager, not from source.
- Rotate on exposure. Create the replacement, switch traffic to it, then delete the old key.
A key carries the full access of the account that created it. Treat it like a password.
Next steps
Filtering
Narrow any list endpoint with typed conditions and AND/OR groups.
API Reference
Every endpoint, with its fields, filters and response shape.