Response Format

Results returned will have 3 formats.

  • Authentication failed.

  • The request was successful and no error occurred, the result is in JSON format.

  • The request is successful and an error occurred, the result is in JSON

{
    "success": false,
    "message": ""
}

Last updated