
Home | Getting started | Postman | API Documentation | Change log
The Postman collection is available to help you get started integrating to the Tax Agile API; and is published with each version of the API; it has example requests that are setup ready to go, all you need to do is plug in your credentials and send the requests.
Using the tools built into Postman you can view the requests in different client implementation languages, you can also duplicate the sample collection and modify the requests to meet your implementation.
This is the server hosting the API you want to make requests to, possible values are:
| Server | API_ROOT |
|---|---|
| Production | https://api.taxagile.io |
| Staging | https://staging-api.taxagile.io |
This is your Tax Agile tenant on our platform, so this is not a username, but instead a identifier of your account as a whole.
We will provide you your Account Id and API key when you start to implement to our API.
Note: these credentials will be provisioned against a server, so you must use Production credentials with the Production API_ROOT.
This is a uuid string which will be provided by us when you start to implement to our API.
In the collection we have included the use-cases which match what our customers use; but there may be options available on the API which are not demonstrated in the collection, please check our API Documentation for all the available options.
There is a logical order to these requests, by first doing an Auth, the Bearer token is automatically used on the following requests.
By default, Postman will follow redirects, but for a logical demonstration of the API, it is preferable to see the response, and then make a new request to the new location.
In the sample collection, we have changed the default setting “Automatically follow redirects” to OFF; on the operations poll request so that you can see the 303 response; before calling the GET Audit summary by ID.
There is the option to use a form-data body, to send an Excel sheet to VAT Auditor, however you must give Postman permission to read the files on your local machine.
This community post may help: Postman Community