- 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
Returns all the information about a particular service

https://api.oauth.pabau.com/{api_key}/services/{service_id}
Request
Query Parameters: | |
api_key * | |
service_id * | System ID of the required service |
Response sample
application/json
{
"success": true,
"total": 2,
"services": [
{
"id": 1,
"service_name": "Laser",
"price": "80.00",
"duration": "00:05",
"category_name": "Laser Test",
"service_color": "#81c784",
"most_frequent_color": "Green",
"disabledusers": "",
"tax_id": null,
"tax": null,
"product_id": 2,
"category: "Category A"
}
]
}