Settings
English
cURL
curl --request POST \ --url https://api.hubapi.com/settings/v3/currencies/exchange-rates/update-visibility \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "toCurrencyCode": "AED", "visibleInUI": true, "fromCurrencyCode": "AED" }'
This response has no body data.
Change the visibility setting for a currency pair. This will hide or display a currency pair for users in the HubSpot app.
settings.currencies.write
The access token received from the authorization server in the OAuth 2.0 flow.
Was this page helpful?