v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBSecondary Currencies
Get a specific secondary currency
Get the secondary currency with id = {secondaryCurrencyId}.
Required scopes: flex.settings.secondaryCurrencies.read
get/api/v2/organizations/{orgSlug}/secondary-currencies/{secondaryCurrencyId}
Path parameters
secondaryCurrencyIdstring required
The id of the corresponding secondary currency
orgSlugstring required
organization slug
Response
Example response
{
"_id": "6a59d080856fad4ee41952fd",
"code": "USD",
"exchangeRate": 2.56
}