Get the available countries
Resources
Get the available countries
Returns a list of all available countries supported by the system. Each country object includes its full name, two-letter ISO 3166-1 alpha-2 code, and three-letter ISO 3166-1 alpha-3 code.
GET
Get the available countries
Authorizations
Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.
Response
Successful Response
Full name of the country
Required string length:
1 - 70Examples:
"Slovakia"
"Slovenia"
Three-letter ISO 3166-1 alpha-3 country code
Required string length:
3Examples:
"SVK"
"SVN"