Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case of error, the API returns the following JSON response:

{
    "success": false,
    "statusCode": 400,
    "errorMsg": "Invalid JSON. Please ensure you are passing a valid JSON string and it is url encoded properly."
}

4 Coding Examples

4.1 CURL

...