- Retrieve all consent categories snapshots that are applied to a specific audit run.
Get all the consent categories assigned to an audit
Update the consent categories assigned to an audit
Reprocess consent-category for the selected auditId and runIds
Retrieve all consent cate...
GET /v3/web-audits/{auditId}/runs/{runId}/consent-categories
Security
API_Key
GET
curl -i -X GET \
https://api.observepoint.com/v3/web-audits/107239/runs/33010/consent-categories \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "consentCategorySnapshots": [ { … } ] }