Klantly Developers

Error codes

unknown_field

422 The input contains an unknown field.

Cause

The body contains a field this endpoint does not know, often because of a typo.

Solution

Remove or correct the fields listed in errors. The API reference shows which fields exist.

Example

application/problem+json
{
  "type": "https://developers.klantly.com/errors/unknown_field",
  "title": "The input contains an unknown field.",
  "status": 422,
  "code": "unknown_field",
  "request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}

← All error codes