Status Codes
REST status codes to indicate successful or failed requests on our API. truQ Services uses the standard REST status codes to indicate when requests return with a success or failed response on our API. Standard REST codes like 2xx indicate success; 4xx means parameter errors and other integration errors based on the information provided (e.g. wrong API keys, wrong headers, or wrong payload content); 5xx indicates an error with our servers (and these do not happen quite often). We actively test and certify for 5xx errors, and make sure you do not have any issues with connecting to our API.
Status Codes
Definition
200
Ok
201
Created
400
Bad Request
401
Unauthorised
403
Forbidden
404
Not Found
500
Internal Server Error
Last updated