v3 API//
- Get all request domains of a consent category
Get all the consent categories assigned to an audit
Update the consent categories assigned to an audit
Retrieve all consent categories snapshots that are applied to a specific audit run.
Create or update consent categories found in the file uploaded previously
Upload a file with consent category configurations and preview the changes
Get all consent categories in the account
Create a consent category
Get a consent category
Update a consent category
Delete a consent category
Upsert notes for the given Consent Category
Get all tag entries of a consent category
Patch consent category tag entries
Patch consent category request domains
Reprocess consent-category for the selected auditId and runIds
Get all cookies of a consent category
Patch consent category cookie entries
Get audits assigned to the consent category
Modify audit attachments
Get all labels attached to specified consent category
Patch labels attached to specified consent category
request an export of all consent categories in the account
Get all request domains o...
GET /v3/consent-categories/{consentCategoryId}/request-domains
Security
API_Key
GET
curl -i -X GET \
https://api.observepoint.com/v3/consent-categories/3301/request-domains \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "requestDomains": [ { … } ] }