This section documents the V3 Reporting API endpoints that provide access to comprehensive audit and journey data from ObservePoint. Use these endpoints to retrieve detailed reports, export data, manage alerts, 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 API
https://api.observepoint.com/v3/manual-journeys/{manualJourneyId}/runs/{runId}/exports/{exportType}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.observepoint.com/v3/manual-journeys/107239/runs/33010/exports/{exportType}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"includeActions": true,
"includeRequestLog": true,
"includeRuleResults": true,
"includeTagSummary": true,
"includeTagDetails": true
}'
Response
application/json
{ "exportId": 0 }