HTTP 401 Unauthorized
Client ErrorThe request requires authentication. The client must provide valid credentials (typically via an Authorization header) to access the resource.
Common Causes
- Missing authentication token or API key
- Expired JWT or session token
- Invalid credentials
- Authorization header not included
How to Fix
- Include a valid Authorization header
- Refresh expired tokens
- Check that API keys are correct and active
- Log in again to obtain new credentials
Related Status Codes
Need to look up other HTTP status codes?
View the Full HTTP Status Code Reference