cURL
curl --request GET \ --url https://api.mycreditapp.ai/v1-beta/resources/countries-currencies \ --header 'Authorization: Bearer <token>'
[ { "country_code": "<string>", "currency_code": "<string>" } ]
Returns a list of all countries and their corresponding currencies.
Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.
Authorization: Bearer <token>
2
Successful Response
Two-letter ISO 3166-1 alpha-2 code of the country
"AF"
"AL"
Three-letter ISO 4217 code of the currency used in the country
3
"AFN"
"ALL"