Response: 401 Unauthorized

401 Unauthorized is returned when authentication is missing or invalid. Ensure you are properly authenticated and have valid credentials before making the request.

Body

Name
Required
Type
Description
error
true
string
Unique error string
error_description
false
string
Additional error context and message
{
    "error": "unauthorized_client",
    "error_description": "Invalid client or Invalid client credentials"
}