The request requires user authentication. The client must authenticate itself to get the requested response.
You're not logged in, or your credentials are invalid. The server doesn't know who you are.
Missing Authorization header
Expired access token
Invalid API key
Token not properly formatted
Using wrong environment credentials
Check if Authorization header is included
Verify token hasn't expired
Refresh the access token
Ensure correct API key for the environment
DevConsole's Auth tab shows your current session and token status. Decode JWTs to check expiration times.
Get DevConsole ProYou're not logged in, or your credentials are invalid. The server doesn't know who you are.
Check if Authorization header is included Verify token hasn't expired Refresh the access token Ensure correct API key for the environment
Yes, 401 is a client error. This means the issue is with the request being sent, not the server.