Create Label

Creates labels for contacts, leads and photos

post-api /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"
}