Skip to main content
GET
/
settings
/
currencies
/
2026-03
/
central-fx-rates
/
information
cURL
curl --request GET \
  --url https://api.hubapi.com/settings/currencies/2026-03/central-fx-rates/information \
  --header 'Authorization: Bearer <token>'
{
  "centralExchangeRatesEnabled": true
}

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

successful operation

centralExchangeRatesEnabled
boolean
required

Indicates if central exchange rates is enabled for the portal or not.

Last modified on April 1, 2026