Retrieve a list of country names to be used in association with user accounts, events, hosts, etc.
Security
SessionKey(Required scopes: publiccustomeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/countries
- QA Serverhttps://qa.ticketingevents.com/v3/countries
- Production Serverhttps://api.ticketingevents.com/v3/countries
curl -i -X GET \
https://docs.ticketingevents.com/_mock/openapi/countries \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "self": "/countries", "countries": [ "Afghanistan", "Albania", "Algeria", "Andorra", "Angola", "Antigua And Barbuda", "Argentina", "Armenia", "Australia", "Austria", "Azerbaijan", "Bahamas", "..." ] }