v3 API//
- Get audit configuration info for specified audit run
Get list of web audits
Undelete a web audit
Get audit notes by ID
Update audit notes
run audit now
Get all the consent categories assigned to an audit
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 audit configuration i...
GET /v3/web-audits/{auditId}/runs/{runId}/info
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/web-audits/107239/runs/33010/info?includeFilters=false' \
-H 'Authorization: YOUR_API_KEY_HERE'Audit run configuration info
When true, the audit discovers sitemaps on any domains for starting URLs and uses those to find URLs to scan
Location human readable name. This field maps to the db location.label
Example:"England, London"
Scan speed is the number of engines the customer requests to run the audit with Currently a value between 1-50 is supported, but not guaranteed.
Response
{ "blockThirdPartyCookies": true, "browserName": "string", "browserVersion": "string", "customProxy": "string", "discoverSitemaps": true, "sitemapData": { "sitemapsScannedCount": 0, "sitemapsScanned": [ … ], "sitemapsBrokenCount": 0, "sitemapsBrokenUrls": [ … ] }, "filters": { "includeFilters": [ … ], "excludeFilters": [ … ] }, "gpcEnabled": true, "height": 0, "loginActions": true, "locationId": 0, "locationName": "England, London", "onPageActions": true, "privacyConsentActions": true, "runDuration": 0, "scanSpeed": 0, "startingUrlCount": 0, "urlsScanned": 0, "userAgent": "string", "vpnEnabled": true, "width": 0, "technologyBlockingEnabled": true, "fileSubstitutionConfigured": true, "customHeadersApplied": true, "auditStoppedByUserId": 0 }