Skip to content

Retrieve all consent categories snapshots that are applied to a specific audit run.

Request

GET /v3/web-audits/{auditId}/runs/{runId}/consent-categories
Security
API_Key
Path
auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
runIdinteger, (int64)required

Unique identification number for web audit or journey run

Example:33010
GET
/v3/web-audits/{auditId}/runs/{runId}/consent-categories
curl -i -X GET \
  https://api.observepoint.com/v3/web-audits/107239/runs/33010/consent-categories \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK, return a list of consent category snapshots assigned to this run

Bodyapplication/json
consentCategorySnapshotsArray of objects
Response
{ "consentCategorySnapshots": [ {} ] }