400: Bad Request
No payload provided in the body of the request.
{"meta": {"timestamp": "2019-10-21T13:02:48"},"error": {"message": "No Query","code": "IN0"}}
Input JSON not valid.
{"meta": {"timestamp": "2019-10-21T13:04:26"},"error": {"message": "Query Not Parsable","code": "IN1","detail": "{the payload body}"}}
Invalid username or password.
{"meta": {"timestamp": "2019-10-21T13:06:12"},"error": {"message": "Bad Login","code": "AUTH0"}}
No target object provided in the body of the request.
{"meta": {"timestamp": "2019-10-21T13:17:30"},"error": {"message": "No Target","code": "QRY0","detail": "This service requires a target to be specified."}}
One or more of the required input attributes are missing or empty.
{"meta": {"timestamp": "2019-10-21T13:19:46"},"error": {"message": "Missing Required Input","code": "QRY1","detail": "Service requires Address to be specified."}}
One or more of the input fields are not being sent as described.
{"meta": {"timestamp": "2019-10-21T13:21:08"},"error": {"message": "Input Failed Validation","code": "QRY2","detail": "Age input must conform to (^[<>]=?[0-9]{1,3}$|^[0-9]{1,3}[+-]$|^[0-9]{1,3}-[0-9]{1,3}$)."}}
The token you are sending for quiz scoring is either invalid or has expired.
{"meta": {"timestamp": "2019-10-23T11:36:49"},"error": {"message": "Token Bad or Expired","code": "QRY6","detail": "1bauxkpczhdiyy3vqm15ais8ue12u7zw"}}
403: Forbidden
The API user is not an active account.
{"meta": {"timestamp": "2019-10-21T13:15:24"},"error": {"message": "User Not Active","code": "AUTH3","detail": "This user account (username) is not currently active."}}
404: Not Found
Invalid or empty service name provided.
{"meta": {"timestamp": "2019-10-21T13:07:17"},"error": {"message": "No Such Service","code": "AUTH1","detail": "Request service not found."}}