Bearer token auth
Send your API key in theAuthorization header:
/v1/* endpoints require this header.
API key formats
- Live keys:
dq_live_... - Test keys:
dq_test_...
In self-hosted setups, any key stored in
accounts.api_key is accepted.Missing or invalid auth responses
- Missing header
- Invalid key