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" } ]