Management API
...
Customer
Labels

Create Customer Label

3min
creates a customer label, if requesting manager has access permissions to it url /api/v1/clabels/ method post parameters label string color string must be hexadecimal color value with the following format #rrggbb example #2e86de data example { "label" "label1", "color" "#2e86de" } success response code 200 ok content examples { "id" 53, "label" "label1", "color" "#2e86de", "company" 339 }