GET /v3/geo-locations/countries
Retrieve a list of all available countries with their associated continent information for use in geo-location based filtering
Security
API_Key
GET
curl -i -X GET \
https://api.observepoint.com/v3/geo-locations/countries \
-H 'Authorization: YOUR_API_KEY_HERE'List of countries with geo-location information
Array [
]
Response
[ { "countryId": 46, "countryName": "China", "countryCode": "CN", "continentId": 5, "continentName": "Asia" } ]