Versions Compared

Key

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

...

Info

OUR APIs ARE CASE SENSITIVITY:
Please make sure to use the commands and params all in case sensitive. This is impact the correct functionality of the APIs.

Example:

It works:

Code Block
"apiStatus": "success",

Won’t work:

Code Block
"apistatus": "success",