api-token HTTP header. Tokens are tied to a user and inherit that user’s permissions and sources.
Base URL
Header
The API token associated with your DABAR user account.
Example
Failure responses
| Status | Scenario |
|---|---|
401 | Header api-token is missing |
401 | Token does not match any user |
403 | Token lacks access to the resource |
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.