-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
List taxes
List all the active taxes
/taxes
https://api.oauth.pabau.com/{api_key}/taxes
Request
Required parameters: |
api_key * |
Response sample:
application/json
{
"success": true,
"taxes": [
{
"id": 1,
"name": "Tax1",
"value": "18%",
"rate": 18,
"default": 0,
"is_active": 1
},
{
"id": 2,
"name": "Tax2",
"value": "5%",
"rate": 5,
"default": 0,
"is_active": 1
}
]
}