Countries
Get all countries
Returns all countries supported by the API.
Request
[PlatformAddress]/api/connector/v1/countries/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
Response
Countries
required
The supported countries.
CountrySubdivisions
required
The supported country subdivisions.
CountryRules
required
Country-specific rules
CountryGroups
required
The supported country groups.
Country
Code
string
required
ISO 3166-1 alpha-2 code, e.g. CZ
or SK
.
SovereignCountryCode
string
required
ISO 3166-1 alpha-2 code of the sovereign country. May differ from Code
for dependent territories.
EnglishName
string
required
English name of the country.
Country subdivision
Code
string
required
ISO 3166-2 code of the administrative division, e.g AU-QLD.
CountryCode
string
required
EnglishName
string
required
English name of the country subdivision.
Country rules
Country-specific rules
CountryCode
string
required
ISO 3166-1 alpha-2 code, e.g. US or GB.
IdentityCardExpirationDateNotRequired
boolean
required
Whether the country requires expiration date for identity card.
DriverLicenceExpirationDateNotRequired
boolean
required
Whether the country requires expiration date for driver's license.
Country group
Code
string
required
Group code, e.g. EU
, SCHENGEN
, NORDIC
...
EnglishName
string
required
English name of the country group.
CountryCodes
array of string
required
Codes of countries included in the group, in ISO 3166-1 alpha-2 format.
Last updated
Was this helpful?