Klantly Developers

Error codes

api_key_expired

401 This API key has expired.

Cause

The expiry date of the key has passed.

Solution

Renew the key in Klantly. Choose an overlap so your integration can switch over without interruption.

Example

application/problem+json
{
  "type": "https://developers.klantly.com/errors/api_key_expired",
  "title": "This API key has expired.",
  "status": 401,
  "code": "api_key_expired",
  "request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}

← All error codes