Informational Commands
API Response
The API will return an array with 3 elements: 'status', 'response' and 'message' The status will always return either 'true' or 'false'. If the status will return 'true', then 'response' will return an array of object or object and 'message' will return an empty. If the status will return 'false', then 'response' will return an empty and 'message' will return decription of error message.
API POST Fields
API calls are made as basic HTTP POST requests. (Note: The POST data is regular application/x-www-form-urlencoded style data)
Last updated