Skip to main content
GET
/
custom-taxes
Get custom taxes
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/custom-taxes \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "id": "1234567890",
      "name": "Sale Tax",
      "type": "tax",
      "calculation": {
        "type": "percentage",
        "value": 10
      },
      "apply_to": [
        "tickets"
      ],
      "description": "Sale Tax 10% of the ticket price"
    }
  ],
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Query Parameters

organization_id
string
required

Organization ID

Response

OK

data
object[]
success
boolean