Skip to main content
GET
/
v1
/
ecb
/
currencies
ECB Supported Currencies
curl --request GET \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/exchange-rate/v1/ecb/currencies' \
  --header 'Authorization: Basic <encoded-value>'
[
  "EUR"
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Any ECB supported currency with valid ISO 4217 currency code

Pattern: [A-Z]{3}