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.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.