Factuarea API

method_not_allowed

The path exists but does not accept the HTTP verb used.

CodeTypeHTTPCategory
method_not_allowedinvalid_request_error405Request

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.

On this page