This operation is to get ECB supported currenciess
cURL
curl --request GET \ --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/exchange-rate/v1/ecb/currencies' \ --header 'Authorization: Bearer <token>'
[ "EUR" ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The audit user to log the request
Any ECB supported currency with valid ISO 4217 currency code
Was this page helpful?