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
idfield ascountry_idwhen retrieving regions -
Use the
isooriso3fields when setting country on accounts or exhibitors