Management API
...
Customer
Labels
List Customer Labels
3min
show all customer labels the requesting manager has access permissions to url /api/v1/clabels/ method get query parameters pagination default pagination is 20 results per page limit number of results to return per page example limit=20 offset the initial index from which to return the results example offset=21 success response code 200 ok content examples { "count" 5, "next" null, "previous" null, "results" \[ { "id" 52, "label" "label1", "color" "#2e86de", "company" 339 }, ] }