v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBSecondary Currencies
Retrieve all secondary currencies
Retrieve all secondary currencies. Valid only if the billing setting isMultiCurrencyEnabled is set to true.
Required scopes: flex.settings.secondaryCurrencies.read
get/api/v2/organizations/{orgSlug}/secondary-currencies
Path parameters
orgSlugstring required
organization slug
Query parameters
$selectstring
Example:recipient,sender
Select fields to return
$cursorNextstring
$cursorPrevstring
$limitnumber
Response
Example response
{
"results": [
{
"_id": "6a59d080856fad4ee41952fd",
"code": "USD",
"exchangeRate": 2.56
}
]
}