Zum Hauptinhalt springen
GET
/
settings
/
v3
/
currencies
/
central-fx-rates
/
information
Retrieve information about the central exchange rates feature.
curl --request GET \
  --url https://api.hubapi.com/settings/v3/currencies/central-fx-rates/information \
  --header 'Authorization: Bearer <token>'
{
  "centralExchangeRatesEnabled": true
}

Supported products

Autorisierungen

Authorization
string
header
erforderlich

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

Antwort

successful operation

centralExchangeRatesEnabled
boolean
erforderlich

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

Last modified on April 9, 2026