401 Unauthorized is returned when authentication is missing or invalid. Ensure you are properly authenticated and have valid credentials before making the request.
{
"error": "unauthorized_client",
"error_description": "Invalid client or Invalid client credentials"
}