Endpoints for managing tags and tag-related operations including tag metadata and configuration
v2 API//
- Get list of all available locations
Get list of all web audits
Create new web audit
Get list of all frequencies
Get list of all available user agents
Get audit labels
Create audit labels
Delete web audit labels
Get web audit
Update web audit
Delete web audit
Get web audit filters
Update web audit filters
Get web audit rules
Update web audit rules
Get all available audit runs
Request audit run creation
Stop and finish the currently running audit
Get specified audit run
Stop and discard audit run
Get rule results for page
Get list of all available...
V2 API
Download OpenAPI description
Languages
Servers
https://api.observepoint.com/v2/
- https://api.observepoint.com/v2/web-audits/frequencies
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.observepoint.com/v2/web-audits/frequencies \
-H 'Authorization: YOUR_API_KEY_HERE'- https://api.observepoint.com/v2/web-audits/locations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.observepoint.com/v2/web-audits/locations \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
[ { "countryCode": "string", "id": 0, "label": "string", "name": "string" } ]
- https://api.observepoint.com/v2/web-audits/user-agents
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.observepoint.com/v2/web-audits/user-agents \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
[ { "label": "string", "name": "string" } ]
Manual Journeys
Endpoints for managing manual journeys including real device testing, HAR file ingestion, and journey execution control. These endpoints power Live Connect and HAR Analyzer features in the ObservePoint UI, enabling users to perform manual testing on real devices and analyze HAR files for tag validation and troubleshooting.
For more information, see the HAR File Processing API Recipe.
Operations