Passer au contenu principal
GET
/
settings
/
v3
/
currencies
/
central-fx-rates
/
information
Récupérez des informations sur la fonctionnalité des taux de change centraux.
curl --request GET \
  --url https://api.hubapi.com/settings/v3/currencies/central-fx-rates/information \
  --header 'Authorization: Bearer <token>'
{
  "centralExchangeRatesEnabled": true
}

Documentation Index

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

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

Supported products

Autorisations

Authorization
string
header
requis

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

Réponse

successful operation

centralExchangeRatesEnabled
boolean
requis

Indique si les taux de change centraux sont activés ou non pour le portail.

Last modified on April 13, 2026