Status Object
{
"status": {
"code": 200,
"message": "success"
}
}Last updated
Was this helpful?
Every response includes the status object which indicates if the request was successful. If it is not successful, 'message' specifies the cause of the error.
{
"status": {
"code": 200,
"message": "success"
}
}Last updated
Was this helpful?
Was this helpful?