Taxes
List all tax rates
This endpoint retrieves all existing taxes representing a customizable tax rate applicable to either the organization or a specific customer.
GET
/
taxes
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
page
integer
Page number.
per_page
integer
Number of records per page.
Response
200 - application/json
taxes
object[]
requiredmeta
object
requiredWas this page helpful?