Klantly Developers

Error codes

method_not_allowed

405 This method is not allowed here.

Cause

The HTTP method is not supported on this URL.

Solution

Check the API reference for the method that belongs to this endpoint.

Example

application/problem+json
{
  "type": "https://developers.klantly.com/errors/method_not_allowed",
  "title": "This method is not allowed here.",
  "status": 405,
  "code": "method_not_allowed",
  "request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}

← All error codes