Klantly Developers

Error codes

not_found

404 Not found.

Cause

The record does not exist, belongs to another company, or the URL does not exist.

Solution

Check the id and the URL. Records of another company are never visible.

Example

application/problem+json
{
  "type": "https://developers.klantly.com/errors/not_found",
  "title": "Not found.",
  "status": 404,
  "code": "not_found",
  "request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}

← All error codes