api-token HTTP header. Tokens are tied to a user and inherit that user’s permissions and sources.
Base URL
Header
string
required
The API token associated with your DABAR user account.
Example
Failure responses
Keeping tokens safe
- Store tokens as environment variables or in a secrets manager — never in source control.
- Rotate tokens periodically and immediately if exposure is suspected.
- Use separate tokens per integration so you can revoke one without affecting others.