Developers
API ReferenceCurrency Dictionary

Retrieves a CurrencyDictionary resource.

GET
/finance/currency-dictionaries/{id}

Retrieves a CurrencyDictionary resource.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

CurrencyDictionary identifier

Response Body

curl -X GET "https://example.com/finance/currency-dictionaries/string"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "code": "str",  "isDefault": false}