Invalid method

Resolve invalid method errors.

An invalid method error indicates that the HTTP method used in the request is not supported by the endpoint.

Check the endpoint reference for the list of accepted methods.

Response

All error responses follow the Problem Details (RFC 9457) format, which defines the type, title, status, detail, and instance fields.

Here is an example of the response returned for this error:

{  "type": "https://croct.help/api/authentication/invalid-method",  "title": "The request method is not allowed.",  "status": 405,  "detail": "The HTTP method used in the request is not supported for this endpoint.",  "instance": "/client/web/content"}