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//
- Cancel all audit runs associated with a given Email Message
Add a new Email Inbox
Update an existing Email Inbox
Delete an Email Inbox
Associate audit configurations with an existing Email Inbox
Associate an audit configuration with an existing Email Inbox
Delete an audit configuration from an Email Inbox
Upsert labels for an existing Email Inbox
Upsert notes for the given Email Inbox
Cancel all audit runs ass...
V3 API
Download OpenAPI description
Overview
Languages
Servers
ObservePoint Production API
https://api.observepoint.com/
- ObservePoint Production APIhttps://api.observepoint.com/v3/email-inboxes/{emailInboxId}/notes
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}/notes' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: text/plain' \
-d string- ObservePoint Production APIhttps://api.observepoint.com/v3/email-inboxes/{emailInboxId}/messages/{receivedEmailMessageId}/runs
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}/messages/{receivedEmailMessageId}/runs' \
-H 'Authorization: YOUR_API_KEY_HERE'