Zum Hauptinhalt springen
GET
/
settings
/
v3
/
currencies
/
company-currency
Get the company currency
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>"
}

Supported products

Autorisierungen

Authorization
string
header
erforderlich

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

Antwort

successful operation

createdAt
string<date-time>
erforderlich

The date the company currency was created.

id
string
erforderlich

The currency code for the company currency

Last modified on April 9, 2026