Allows you to retrieve currencies for your organisation

GET {{baseUrl}}/Currencies?where=<string>&order=<string>

Request Params

KeyDatatypeRequiredDescription
wherestringFilter by an any element
orderstringOrder by an any element

HEADERS

KeyDatatypeRequiredDescription
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Id&quot;:&quot;e6803fc8-8035-4251-b3e4-39d6b2de0f4a&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1552322853043)/&quot;,&quot;Currencies&quot;:[{&quot;Code&quot;:&quot;NZD&quot;,&quot;Description&quot;:&quot;New Zealand Dollar&quot;}]}