- Get all the consent categories assigned to an audit
Get list of web audits
Undelete a web audit
Get audit notes by ID
Update audit notes
run audit now
Get audit configuration info for specified audit run
Update the consent categories assigned to an audit
Retrieve all consent categories snapshots that are applied to a specific audit run.
Reprocess consent-category for the selected auditId and runIds
Get latest runs for web audits
Get all the consent categ...
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": [ { … } ] }