# Get all request domains of a consent category GET /v3/consent-categories/{consentCategoryId}/request-domains Endpoint: GET /v3/consent-categories/{consentCategoryId}/request-domains Security: API_Key ## Path parameters: - `consentCategoryId` (integer, required) Unique identification number for consent category item Example: 3301 ## Response 200 fields (application/json): - `requestDomains` (array) - `requestDomains.domain` (string) - `requestDomains.domainType` (string, required) Enum: "domain_any", "domain_regex", "domain_exact_match" - `requestDomains.locationIds` (array) geo location ids - `requestDomains.anyLocation` (boolean) true if request domain should apply to any location ## 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)