Skip to main content
GET
/
v1
/
exchange-rates
/
{id}
Get exchange rate
curl --request GET \
  --url https://api.wellapp.ai/v1/exchange-rates/{id}
{
  "data": {
    "type": "exchange_rate",
    "id": "uuid",
    "attributes": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.wellapp.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

Query Parameters

workspaceId
string<uuid>

Response

The exchange_rate record.