curl --request GET \
--url https://api.hubapi.com/tax-rates/v1/tax-rates/{taxRateGroupId} \
--header 'Authorization: Bearer <token>'{
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"label": "<string>",
"name": "<string>",
"percentageRate": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.hubapi.com/tax-rates/v1/tax-rates/{taxRateGroupId} \
--header 'Authorization: Bearer <token>'{
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"label": "<string>",
"name": "<string>",
"percentageRate": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
O ID da taxa de imposto a ser recuperada.
successful operation
Indica se o grupo de taxas de imposto está atualmente ativo.
A data e a hora em que a taxa de imposto foi criada.
O identificador exclusivo da taxa de imposto.
O rótulo de exibição da taxa de imposto.
O nome da taxa de imposto.
A taxa percentual aplicada.
A data e a hora em que a taxa de imposto foi atualizada pela última vez.