v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Secondary 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

_idstring

The _id of the secondary currency.

codestring

The code of the secondary currency.

exchangeRatenumber

The exchange rate of the secondary currency.

Example response

{
  "_id": "6a59d080856fad4ee41952fd",
  "code": "USD",
  "exchangeRate": 2.56
}