Taxes
READ Scope
Last updated
Last updated
GET /v1/tax HTTP/1.1
Host: api.nuvio.io
Authorization: YOUR_API_KEY
Accept: */*
{
"success": true,
"errors": [
"text"
],
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"taxName": "text",
"taxRate": 1,
"isCompound": true
}
]
}