Skip to content

method_not_allowed

HTTP status: 405 Method Not Allowed

The path exists but doesn’t support the HTTP method you used.

  • Using PUT where the endpoint expects POST (or vice versa).
  • Calling a collection action with the wrong verb.

Check the method for the endpoint in the API Reference.

{
"error": "method_not_allowed",
"message": "The GET method is not supported on this path.",
"docs_url": "https://featureflip.io/docs/management-api/errors/method_not_allowed"
}