API ReferenceCurrency Dictionary
Retrieves the collection of CurrencyDictionary resources.
Retrieves the collection of CurrencyDictionary resources.
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Query Parameters
order[name]?string
Default
"asc"Value in
- "asc"
- "desc"
order[code]?string
Default
"asc"Value in
- "asc"
- "desc"
order[isDefault]?string
Default
"asc"Value in
- "asc"
- "desc"
code?string
name?string
isDefault?boolean
isDefault[]?array<boolean>
Response Body
curl -X GET "https://example.com/finance/currency-dictionaries"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "code": "str", "isDefault": false }]