Skip to main content
GET
/
tax-rates
/
v1
/
tax-rates
/
{taxRateGroupId}
Obtener una tasa impositiva específica
curl --request GET \
  --url https://api.hubapi.com/tax-rates/v1/tax-rates/{taxRateGroupId} \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "active": true,
  "label": "<string>",
  "id": "<string>",
  "percentageRate": 123,
  "updatedAt": "2023-11-07T05:31:56Z"
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Gratuito
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Gratuito
Esta API requiere uno de los siguientes ámbitos:
tax_rates.read

Authorizations

Authorization
string
header
required

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

Path Parameters

taxRateGroupId
string
required

El ID de la tasa impositiva que se recuperará.

Response

successful operation

createdAt
string<date-time>
required
name
string
required
active
boolean
required
label
string
required
id
string
required
percentageRate
number
required
updatedAt
string<date-time>
required