日付ベースのバージョン
Deutsch
cURL
curl --request GET \ --url https://api.hubapi.com/account-info/2025-09/api-usage/daily/private-apps \ --header 'Authorization: Bearer <token>'
{ "results": [ { "collectedAt": "2023-11-07T05:31:56Z", "usageLimit": 123, "fetchStatus": "SUCCESS", "name": "<string>", "currentUsage": 123, "resetsAt": "2023-11-07T05:31:56Z" } ], "paging": { "next": { "link": "<string>", "after": "<string>" }, "prev": { "before": "<string>", "link": "<string>" } } }
アカウント内の非公開アプリの日次API使用状況と使用制限に関する情報を取得します。
oauth
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object