Taxes

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
    }
  ]
}

Last updated