Skip to main content
GET
/
resources
/
countries
Error
A valid request URL is required to generate request examples
[
  {
    "country_name": "<string>",
    "country_code": "<string>",
    "country_code_alpha_3": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

country_name
string
required
Required string length: 1 - 70
country_code
string
required
Required string length: 2
country_code_alpha_3
string
required
Required string length: 3