Response: 400 Bad Request

400 Bad Request response indicates that the server cannot process the request due to incorrect formatting in the request.

Body

Name
Required
Type
Description
error
true
string
Unique error string
error_description
false
string
Additional error context and message
{
    "error": "unsupported_grant_type",
    "error_description": "Unsupported grant_type"
}