v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get All Customer Labels for the Org

Retrieves all customer labels defined for the organization

get/organization/labels

Response

200

Example response

{
  "data": [
    {
      "id": 2,
      "orgId": 1779,
      "description": "Loves new trends and collections in fashion",
      "lastUpdatedBy": 15000449,
      "name": "Fashion",
      "active": true
    }
  ]
}