Errors - shine-chen/Quest-Web-API GitHub Wiki

HTTP Status 401

No authorized access token is specified.

{
  "message": "Unauthorized",
  "code": 401
}

HTTP Status 403

When specified token is invalid

{
  "message": "Invalid token",
  "code": 403
}

HTTP Status 404

The requested resource is not found

{
  "message": "Application not found",
  "code": 404
}
{
  "message": "Beacon not found",
  "code": 404
}
{
  "message": "Store not found",
  "code": 404
}

HTTP Status 500

Other unspecified server error.

{
  "message": "Error message",
  "code": 500
}
⚠️ **GitHub.com Fallback** ⚠️