Skip to content

List countries

Request

List all countries

Security
authorization
GET
/data-api/v1/catalog/countries
curl -i -X GET \
  https://api.hginsights.com/data-api/v1/catalog/countries \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Countries

Bodyapplication/json
countinteger

Record count

Example:1
dataArray of objects(Country)
Example:
[ { "alpha2": "FR", "id": "6FA567B72D78B7E3EA746973FBBD1D5", "name": "France", "region": {} } ]
Response
{ "count": 1, "data": [ {} ] }