API endpoints for managing labels in KIMP360 Client API
GET /labels
{ "data": [ { "id": "string", "name": "string", "bg_color": "string", "text_color": "string" } ] }
Was this page helpful?