HTTP Status: 401 Unauthorized
RFC Reference: RFC 9110 Section 15.5.2
The request requires authentication. Please provide valid credentials.
- Missing
Authorizationheader - Invalid access token
- Expired access token
- Malformed bearer token
- Ensure you include the
Authorizationheader - Request a new access token if expired
- Verify token format:
Bearer YOUR_TOKEN
See Authentication guide for details.