Standard Response
If you are integrating to our API directly, below you will find the structure of our standard response object.
HTTP Response Codes
2XX - We received your request and we attempted to process
4XX - We received your request but couldn't process it due to incomplete or incorrect data.
5XX - Application or server issues., do not decide at this point.
Standard Response Object
The standard response object will always contain the properties below.
(M) - Means a mandatory property.
Response Object
boolean
To determine if we were able to carry out your request or not. (M)
string
string
a description message of what happened to your request (M)
object
This is an object containing the details of your request. This is dynamic depending on request action (M)
Sample Response Object
Last updated