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

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt

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

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 13, 2026