Klantly Developers

Error codes

bad_request

400 Bad request.

Cause

The request could not be read, for example because of invalid JSON.

Solution

Check that the body is valid JSON and that the URL is correct.

Example

application/problem+json
{
  "type": "https://developers.klantly.com/errors/bad_request",
  "title": "Bad request.",
  "status": 400,
  "code": "bad_request",
  "request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}

← All error codes