Triggers an import of currency exchange rates for the specified currency code (EUR, CHF, or all). Requires a valid API key. Returns 200 on success, or 400 if the key is invalid or the rates are unavailable.
GET
/api-v1/currency-exchange/import/{currency}
curl \
--request GET 'https://wyzio.app/api-v1/currency-exchange/import/{currency}'
Response examples (200)
{}