Pular para o conteúdo principal
GET
/
settings
/
v3
/
currencies
/
codes
Obter todos os códigos de moeda
curl --request GET \
  --url https://api.hubapi.com/settings/v3/currencies/codes \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "currencyCode": "<string>",
      "currencyName": "<string>"
    }
  ]
}

Supported products

Autorizações

Authorization
string
header
obrigatório

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

Resposta

successful operation

results
object[]
obrigatório
Last modified on April 13, 2026