Status Object

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?