GET /v3/web-audits/{auditId}/runs/{runId}/geo-locations
Get all unique geo-locations found on all the pages in a given audit run
Security
API_Key
GET
curl -i -X GET \
https://api.observepoint.com/v3/web-audits/107239/runs/33010/geo-locations \
-H 'Authorization: YOUR_API_KEY_HERE'Response
[ { "id": 0, "countryCode": 0, "countryName": "string" } ]