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>"
    }
  ]
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

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 December 8, 2025