Account Information
Public API
Get Countries
Returns a JSON array of every country in the catalog, or a single country object when isoCode is supplied. Each element has id (Country ID), name (Country Name), and isoCode (ISO 3166-1 alpha-2 code or null when unset).
OAuth Scopes: field, meta
get/api/v1/meta/countries/options
Query parameters
isoCodestring
ISO 3166-1 alpha-2 country code (exactly two letters). When present, returns the matching country as a single object instead of the full array.
Response
When isoCode is omitted: a JSON array of all country objects. When isoCode is provided: the matching country as a single object.
Changes
No recorded changes to this endpoint across all 1 revision of this API.