How to retrieve all countries

How to retrieve all countries

Use this guide to fetch the full country list. Country IDs are needed when calling GET /api/v2/location/regions.


Request

Bash
curl -X GET "https://your-event-domain.com/api/v2/location/countries" \
  -H "Authorization: Bearer your_api_key_here"

Notes

  • The country list is global and not event-specific

  • Use the id field as country_id when retrieving regions

  • Use the iso or iso3 fields when setting country on accounts or exhibitors