Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tax Balance is built API-first. All data and operations are available over its REST API. The Tax Balance Web Portal is built on top of this API so all the data and operations you can see and perform in the Tax Balance Web Portal can be performed over via the REST API.

...

The Tax Balance API is available at:

...

Replacing <your-tax-balance-url> with the URL that you host your Tax Balance instance on.You’ll

REST API Authentication

You will need an API key to access the API. You can get your API key from the API itself. Once you have a key, you can provide it to the API through the Authorization HTTP header with the value ApiKey <your-api-key>. Replacing , replacing <your-api-key> with the created API key, e.g., API-123....

Info

Learn more about how to create an API key.

...

To browse that UI just open your browser and go to at:

Code Block
https://<your-tax-balance-url>/swagger/index.html

Replacing <your-tax-balance-url> with the URL that you host your Tax Balance instance on.