curl --request GET \
--url https://api.hubapi.com/tax-rates/v1/tax-rates \
--header 'Authorization: Bearer <token>'{
"results": [
{
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"label": "<string>",
"name": "<string>",
"percentageRate": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"paging": {}
}アカウントの税率ライブラリーで設定した全ての税率のページ番号付きリストを取得します
curl --request GET \
--url https://api.hubapi.com/tax-rates/v1/tax-rates \
--header 'Authorization: Bearer <token>'{
"results": [
{
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"label": "<string>",
"name": "<string>",
"percentageRate": 123,
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"paging": {}
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
非アクティブ料金を含めます。
最後に正常に読み取られたリソースのページ操作カーソルトークンは、より多くの結果を含むページ付きレスポンスのpaging.next.after JSONプロパティーとして返されます。
ページごとに表示する結果の最大数。