method_not_allowed
The path exists but does not accept the HTTP verb used.
| Code | Type | HTTP | Category |
|---|---|---|---|
method_not_allowed | invalid_request_error | 405 | Request |
Cause
The path exists but does not accept the HTTP verb used.
What to do
Check the verb in the endpoint reference; the Allow header of the response lists the ones this path accepts.
Message returned by the API
HTTP method not allowed for this route.