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:

JSON


Success Response:

Code: 200 OK

Content Examples:

JSON