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.
取得する税率のID。