Skip to content

Return a list of unique geo-locations

Request

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
Path
auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
runIdinteger, (int64)required

Unique identification number for web audit or journey run

Example:33010
GET
/v3/web-audits/{auditId}/runs/{runId}/geo-locations
curl -i -X GET \
  https://api.observepoint.com/v3/web-audits/107239/runs/33010/geo-locations \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK, return a list of unique geo-locations found

Bodyapplication/json
Array [
idinteger
countryCodeinteger
countryNamestring
]
Response
[ { "id": 0, "countryCode": 0, "countryName": "string" } ]