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
}

Documentation Index

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

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

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.

Last modified on April 13, 2026