unauthenticated
401 Authentication required.
Cause
No API key was sent, or not in the form Authorization: Bearer <key>.
Solution
Send the key in the Authorization header, preceded by the word Bearer and a space.
Example
{
"type": "https://developers.klantly.com/errors/unauthenticated",
"title": "Authentication required.",
"status": 401,
"code": "unauthenticated",
"request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}