This section documents the V3 API endpoints that provide access to comprehensive audit and journey data from ObservePoint. Use these endpoints to retrieve detailed reports, export data, manage alerts, configure scans and privacy settings, and analyze web performance metrics from your ObservePoint scans.
V3 API
Download OpenAPI description
Overview
Languages
Servers
ObservePoint Production API
https://api.observepoint.com
- ObservePoint Production APIhttps://api.observepoint.com/v3/web-audits/{auditId}/runs/{runId}/reports/failures
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/failures \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "preAuditActionResults": { "zeroAndOut": true, "preAuditActionFailures": [ … ] }, "onPagesActionResults": { "totalConfiguredCount": 0, "totalFailedCount": 0, "resultsSample": [ … ] }, "startingUrlResults": { "failureType": "no_links_scanned_one_and_out", "linksExcludedSample": [ … ], "startingUrlFailures": [ … ] } }
Request
GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/screenshot
Returns an pre-signed S3 URL for audit run page card
Security
API_Key
- ObservePoint Production APIhttps://api.observepoint.com/v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/screenshot
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.observepoint.com/v3/web-audits/107239/runs/33010/pages/f9d32cc7cc2046d6decb145a80289287f5226323/screenshot \
-H 'Authorization: YOUR_API_KEY_HERE'Response
No content