Skip to content

Get all the consent categories assigned to an audit

Request

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

Unique identification number for web audit

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

Responses

OK, return a list of consent-categories assigned to an audit

Bodyapplication/json
consentCategoriesArray of objectsrequired
Response
{ "consentCategories": [ {} ] }