The HTTP Response Codes are used to quickly describe the success/failure of a HTTP Request. Trustev use the standard HTTP Response Codes as shown below:
- 200 OK – Successful request made.
- 400 Bad Request – The request is malformed.
- 401 Not Authorised – Authentication information is either incorrect or missing.
- 403 Forbidden – Authenticated user does not have access to the resource.
- 404 Not Found – When a non-existent resource is requested.
- 405 Method Not Allowed – When an HTTP method is being requested that isn’t allowed for that endpoint.
- 408 Timeout – The request has timed-out.
- 500 Unknown – Indicates an Internal Server Error.
We also include some extra information in the HTTP Response Message. We always recommend checking this should you run into issues during Integration, our response messages give a detailed description of the issue encountered, which should assist in debugging.
Should you find that the Response Codes OR Response Messages are not providing enough information, please contact our Integration Team, integrate@trustev.com, and they will investigate the issue that you are seeing.
Comments