v3 API//
- Return remote file mapping results
Return specific page information
Get page links
Download page links
Return page tag information
Return page cookie information
Return network requests fired on a given page
Get request initiators info for a given page
Get requests by HAR entry indices
Get cookies for all HAR entries on a page
Return console logs summary on a given page
Return console logs generated on a given page
Return insights on a given page for all runs in the given days
Get Page Details Web Vitals trends relative to specified audit run
Return specific insight trend on a given page for all runs in the given duration (days)
Get Page Details Web Vitals specific trend values relative to current day
Return remote file mappin...
GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/file-mapping
Get remote file mapping results from specified audit run on a given page
Security
API_Key
GET
curl -i -X GET \
https://api.observepoint.com/v3/web-audits/107239/runs/33010/pages/f9d32cc7cc2046d6decb145a80289287f5226323/file-mapping \
-H 'Authorization: YOUR_API_KEY_HERE'Response
[ { "remoteFileMappingId": 0, "match": "string", "matchType": 1, "fileUrl": "string", "mappedRequests": [ … ] } ]