- APIs
- API Reference
- Services
-
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
Get service category
Returns info about a single service category

https://api.oauth.pabau.com/{api_key}/categories/services/{category_id}
Request
Query Parameters: | |
api_key * | |
category_id * | System ID of the required category |
Response sample
application/json
{
"success": true,
"service_categories": [
{
"id": 1,
"code": "123",
"name": "Anti-wrinkle Injections",
"image": "",
"tax_id": 0
}
]
}