v3

latestSwagger 2.02026-08-067506752.0 MB
exchange-rate

Return org custom exchange rates

get/v1/org/{orgId}/exchange-rate/{date}/history

Path parameters

orgIdstring required

Org identifier (either id or slug)

datestring date required

Date to use

Query parameters

currencystring required

Currency to search for

fromDatestring date required

Start date for search

toDatestring date required

End date for search

Response

successful operation

idstring required

globally unique id

orgIdstring

org id, if an org-specific exchange rate is in use

datestring date required

date

currencystring required

base currency

ratesobject required

exchange rates, per currency - the multiplier to convert the base currency into the foreign currency

updateAtstring

updated timestamp

Example response

[
  {
    "id": "588f7ee98f138b19220041a7",
    "orgId": "588f7ee98f138b19220041a7",
    "updateAt": "2017-01-24T13:57:52Z"
  }
]