No role required
Gets the list of Countries.
The code
is compliant with the ISO 3166-1 standard.
The currency
is compliant with the ISO 4217 standard.
OK - Returns the Countries response.
Unauthorized
Forbidden
{- "countries": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "currency": "string"
}
]
}
No role required
Gets the list of Currencies.
The code
is compliant with the ISO 4217 standard.
OK - Returns the Currencies response.
Unauthorized
Forbidden
{- "currencies": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "symbol": "string"
}
]
}