# Get all labels attached to specified consent category GET /v3/consent-categories/{consentCategoryId}/labels Endpoint: GET /v3/consent-categories/{consentCategoryId}/labels Security: API_Key ## Path parameters: - `consentCategoryId` (integer, required) Unique identification number for consent category item Example: 3301 ## Response 200 fields (application/json): - `labels` (array) - `labels.id` (integer, required) Label identifier Example: 223 - `labels.name` (string, required) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)