GET /v3/web-audits/{auditId}/consent-categories
Security
API_Key
GET
curl -i -X GET \
https://api.observepoint.com/v3/web-audits/107239/consent-categories \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "consentCategories": [ { … } ] }
curl -i -X GET \
https://api.observepoint.com/v3/web-audits/107239/consent-categories \
-H 'Authorization: YOUR_API_KEY_HERE'{ "consentCategories": [ { … } ] }