# Get all cookies of a consent category GET /v3/consent-categories/{consentCategoryId}/cookies Get all cookies of a consent category Endpoint: GET /v3/consent-categories/{consentCategoryId}/cookies Security: API_Key ## Path parameters: - `consentCategoryId` (integer, required) Unique identification number for consent category item Example: 3301 ## Response 200 fields (application/json): - `cookies` (array, required) - `cookies.nameType` (string) Enum: "name_any", "name_regex", "name_exact_match" - `cookies.name` (string) - `cookies.domainType` (string) Enum: "domain_any", "domain_regex", "domain_exact_match" - `cookies.domain` (string) - `cookies.cookieDescription` (string) ## 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)