Pular para o conteúdo principal
GET
/
settings
/
v3
/
currencies
/
central-fx-rates
/
information
Obtenha informações sobre a funcionalidade de taxas de câmbio centralizadas.
curl --request GET \
  --url https://api.hubapi.com/settings/v3/currencies/central-fx-rates/information \
  --header 'Authorization: Bearer <token>'
{
  "centralExchangeRatesEnabled": true
}

Supported products

Autorizações

Authorization
string
header
obrigatório

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

Resposta

successful operation

centralExchangeRatesEnabled
boolean
obrigatório

Indica se as taxas de câmbio centralizadas estão habilitadas ou não para o portal.

Last modified on April 13, 2026