- APIs
- API Reference
- Labels
-
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
Create Label
Creates labels for contacts, leads and photos
/labels/add
https://api.oauth.pabau.com/{api_key}/labels/add
Request
Query Parameters: | |
api_key * | |
name * | String |
type * | String ('contact', 'lead', 'photo') |
color | String (hex code) |
Response sample
application/json
{
"status": true,
"message": "Label added successfully"
}