Trigger currency exchange rates import

GET /api-v1/currency-exchange/import/{currency}

Headers

Path parameters

Body

validKey

string string

Responses

GET /api-v1/currency-exchange/import/{currency}
curl \
 -X GET http://wyzio.app/api-v1/currency-exchange/import/{currency} \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string" \
 -d '"string"'
Request example
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
"string"
Response examples (200)
{}