Skip to content

Get list of all available locations

Request

GET /v2/web-audits/locations
Security
API_Key
GET
/web-audits/locations
curl -i -X GET \
  https://api.observepoint.com/v2/web-audits/locations \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

successful operation

Bodyapplication/json
Array [
countryCodestringrequired
idinteger, (int32)required
labelstringrequired
namestringrequired
]
Response
[ { "countryCode": "string", "id": 0, "label": "string", "name": "string" } ]