All our API endpoints use the same base URL which is in the following format:
<server>:PORT/<api_call_name>
All API calls are HTTPS POST calls.
Input fields you are sending in header of request.
Required input is token you were provided.
Each response contains timestamp attribute, that presents date when file is generated.
The base URL is related to your Tool server number.
For example, on our test server base API URL would look like this:
0 Comments