401 unauthorized
Unauthorized
https://errors.rdna.ai/unauthorized
The request does not carry valid authentication credentials.
- Code
- unauthorized
- Status
- HTTP 401
- Retryable
- No
Meaning
The API could not authenticate the caller. Credentials are absent, expired, malformed, revoked, or otherwise invalid.
When it is returned
The API returns this problem when a protected endpoint receives no usable API key or session credential.
Client handling
Do not retry with the same credentials. Supply a valid credential or refresh the session first. Treat credentials as secrets and never include them in logs or support messages.