curl --request GET \
--url https://staging.api.us.aptlydone.com/auth/v1/tenants/{id}/currency-rates \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"timestamp": "2026-01-12T09:10:12.337Z",
"message": "Success",
"data": [
{
"currency": "Euro",
"currencyCode": "EUR",
"rate": 0.85
}
]
}curl --request GET \
--url https://staging.api.us.aptlydone.com/auth/v1/tenants/{id}/currency-rates \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"timestamp": "2026-01-12T09:10:12.337Z",
"message": "Success",
"data": [
{
"currency": "Euro",
"currencyCode": "EUR",
"rate": 0.85
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.aptlydone.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Currency rates fetched successfully
Was this page helpful?