Skip to content

Unauthorized

This problem occurs when the server encounters an unexpected condition that prevents it from fulfilling the request.

Your client application did everything correct. Unfortunately our API encountered a condition that resulted in this problem.

{
    "type": "https://developer.quinyx.com/api/problems/unauthorized",
    "title": "Unauthorized",
    "detail": "Access token not set or invalid, and the requested resource could not be returned",
    "status": 401
}