Passer au contenu principal
GET
/
settings
/
v3
/
currencies
/
company-currency
Obtenir la devise de l'entreprise
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>"
}

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

createdAt
string<date-time>
requis

Date de création de la devise de l'entreprise.

id
string
requis

Le code de devise pour la devise de l'entreprise

Last modified on April 13, 2026