curl --request GET \
--url https://api.hubapi.com/settings/v3/currencies/company-currency \
--header 'Authorization: Bearer <token>'{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>"
}Rufen Sie die Details für die Unternehmenswährung ab. Die Unternehmenswährung wird verwendet in Dealsummen insgesamt, Berichten und der Standardwährung für neue Deals.
curl --request GET \
--url https://api.hubapi.com/settings/v3/currencies/company-currency \
--header 'Authorization: Bearer <token>'{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>"
}Unterstützte Produkte
Erforderliche Bereiche
The access token received from the authorization server in the OAuth 2.0 flow.