curl --request GET \
--url https://api.hubapi.com/settings/v3/currencies/central-fx-rates/information \
--header 'Authorization: Bearer <token>'{
"centralExchangeRatesEnabled": true
}Retrieve details on whether the central exchange rates feature is enabled for the portal.
curl --request GET \
--url https://api.hubapi.com/settings/v3/currencies/central-fx-rates/information \
--header 'Authorization: Bearer <token>'{
"centralExchangeRatesEnabled": true
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Indicates if central exchange rates is enabled for the portal or not.
Was this page helpful?