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

Authorizations

Authorization
string
header
required

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

Query Parameters

country_code
string | null
Required string length: 2

Response

Successful Response

country_code
string
required
Required string length: 2
currency_code
string
required
Required string length: 3