# Troubleshooting and Support

Version

This page is for the Client API v2. For the Client API v3 documentation, please see the getting help section.

In case of issues integrating with the UNIQREWARDS Client API, please contact UNIQREWARDS API Support

# Common Error Responses

# Authorization Token Expired

HTTP/1.1 401 Unauthorized
{
  "meta": {
    "messages": [
      {
        "code": "ERV1001",
        "level": "error",
        "text": "Missing, invalid or expired token. To fix, you should re-authenticate the user."
      }
    ],
    "status": "failed"
  }
}

In such case a new token should be requested, using a new Authorization token request.