Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »

Development notes:

OUR APIs ARE CASE-SENSITIVITY:
Please make sure to use the commands and params all in case-sensitive format. Using the wrong format will impact the correct functionality on the APIs.

Example:

Correct:

"apiStatus": "success",

Wrong:

"apistatus": "success",

  • No labels