API error type
Unauthorized
HTTP 401 · https://errors.driftstack.dev/unauthorized
What it means
No credentials were supplied on a protected endpoint.
How to fix it
Send your API key as a bearer token: `Authorization: Bearer ds_live_…`. Keys are minted in the dashboard under API keys.
Where it appears
In the type field of the RFC 9457 application/problem+json error body, alongside title, status, detail, and an instance correlation id.