API Reference
GuidesAPI ReferenceSign In
  • Introduction
  • Authentication
  • Scopes
  • Errors
  • Endpoints
    • Accounts & Transactions
    • Customers & Suppliers
    • Expenses
    • Income
    • Payments
    • Products & Services
    • Projects
    • Tags
    • Taxes
  • Common Models
    • Countries
    • Currencies
Powered by GitBook
On this page
  1. Endpoints

Taxes

PreviousTagsNextCountries

Last updated 9 months ago

READ Scope

Tax List

get

Get Tax List

Authorizations
Responses
200
OK
application/json
get
GET /v1/tax HTTP/1.1
Host: api.nuvio.io
Authorization: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "errors": [
    "text"
  ],
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "taxName": "text",
      "taxRate": 1,
      "isCompound": true
    }
  ]
}
  • READ Scope
  • GETTax List