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/
Query
Bodyapplication/jsonSame constraints applied as on regular "get items list" endpoint, depends on exportType
Default 50
Filters
object
Exact type depends on exportType
param, see mapping in AlertExportTypeToFilterMapping
- ObservePoint Production API
https://api.observepoint.com/v3/alerts/exports/{exportType}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.observepoint.com/v3/alerts/exports/{exportType}?page=0&size=50&sortBy=string&sortDesc=false&allData=false' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{}'
Response
application/json
{ "exportId": 0 }