Saltar al contenido principal
GET
/
settings
/
currencies
/
2026-03
/
central-fx-rates
/
information
Obtener información sobre la función de tasas de cambio centrales.
curl --request GET \
  --url https://api.hubapi.com/settings/currencies/2026-03/central-fx-rates/information \
  --header 'Authorization: Bearer <token>'
{
  "centralExchangeRatesEnabled": true
}

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

successful operation

centralExchangeRatesEnabled
boolean
requerido

Indica si las tasas de cambio centrales están activadas para el portal o no.

Última modificación el 13 de abril de 2026