Before you call any function, the software must first authenticate itself. Read Authentication section for more details. Once you authenticate, you are ready to use the API.
To call a function, you should specify at least the following parameters:
...
The authentication token that you received on Authentication.
data-format
One of xml or json, default is . If nothing is specified, it defaults to xml. This specifies format in which data will be sent and received.
...
Note |
---|
All parameter names and values are case sensitive. Token, TOKEN and token are treated differently. |
For examples, refer here.
For PHP, refer the sample file in the zip file here.