latestOpenAPI 3.0.0Apache 2.02026-08-06199181.1 MB

e0d144609998

Exchange Rates

List of exchange rates

List of all exchange rates paginated

get/exchange-rates

Query parameters

organization_idinteger

Search exchange rates by organization ID

Response

Success

messagestring

Example response

{
  "message": "success.",
  "exchange_rates": [
    {
      "id": 2,
      "currency_id": 75,
      "organization_id": 1,
      "rate": 50.2
    }
  ],
  "page_context": {
    "page": 1,
    "per_page": 200,
    "total": 15,
    "count": 15
  }
}