Response: 405 Method Not Allowed

405 Method Not Allowed indicates that the incorrect HTTP verb/method is being used

Body

Name
Required
Type
Description
error
true
string
Unique error string
error_description
false
string
Additional error context and message
{
    "error": "method_not_allowed",
    "error_description": "HTTP 405 Method Not Allowed"
}