v3 API//
- 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
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 list of web audits
GET /v3/web-audits
Retrieve all web audits accessible to the authenticated user based on their permissions
Security
API_Key
GET
curl -i -X GET \
https://api.observepoint.com/v3/web-audits \
-H 'Authorization: YOUR_API_KEY_HERE'List of web audits
Array [
]
Response
[ { "auditId": 0, "auditName": "string", "ownerId": 0, "createdAt": "2019-08-24T14:15:22Z", "folderId": 0, "domainId": 0, "updatedAt": "2019-08-24T14:15:22Z" } ]