Settings
English
cURL
curl --request PUT \ --url https://api.hubapi.com/settings/v3/currencies/company-currency \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "currencyCode": "AED" }'
{ "createdAt": "2023-11-07T05:31:56Z", "id": "<string>" }
Set or update the primary company currency.
settings.currencies.write
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object
Was this page helpful?