Skip to content

Reprocess consent-category for the selected auditId and runIds

Request

POST /v3/web-audits/{auditId}/runs/{runId}/consent-categories/reprocess
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
POST
/v3/web-audits/{auditId}/runs/{runId}/consent-categories/reprocess
curl -i -X POST \
  https://api.observepoint.com/v3/web-audits/107239/runs/33010/consent-categories/reprocess \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK, start reprocessing specified audit with specified consent category

Response
No content