API Documentation
API MENU
System Reference Methods » GetCountryList
This reference method returns a list of all country codes and full country names.
Required paramaters: standard
Optional paramaters: standard
For master account Key/Signature pair, the paramater
UserId is also required.Example Response (XML)
<Country> <Code>US</Code> <Name>United States</Name> </Country> <Country> <Code>CA</Code> <Name>Canada</Name> </Country> <Country> ... </Country> <Country> <Code>ZW</Code> <Name>Zimbabwe</Name> </Country>