List currencies

Overview

Get a list with all active currencies for the tenant.

A successful response contains an Object Array with currency data objects. Each object describes a currency used by the tenant and has the following properties:

NameTypeDescription
idStringCurrency ID
nameStringCurrency name
symbolStringCurrency symbol
isoCodeStringISO currency code
isDefaultBooleanIf True, this is the default currency for the tenant.
📘

The currencies listed in the response are active for the tenant. To activate or deactivate a currency, use the Change status endpoint.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!