Response & Errors
HTTP status code summary
Code
Description
Response Object
{
"result": {
"success": boolean, // True if the request succeeded. Will result in a 2xx status code.
"httpCode": integer, // The HTTP status code for the response.
"errorCode": string, // The error code for the error, if any.
"errorMessage": string // A human readable error message describing the error that occurred, if any.
},
"content": any // The request API response.
}Last updated