GET
/
account-info
/
v3
/
api-usage
/
daily
/
private-apps
Tägliche API-Nutzung privater Apps abrufen
curl --request GET \
  --url https://api.hubapi.com/account-info/v3/api-usage/daily/private-apps \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "collectedAt": "2020-04-10T06:46:40.789Z",
      "currentUsage": 1,
      "fetchStatus": "SUCCESS",
      "name": "private-apps-api-calls-daily",
      "resetsAt": "2020-04-10T04:00:00Z",
      "usageLimit": 500000
    }
  ]
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubKostenlos
Sales HubSales HubKostenlos
Service HubService HubKostenlos
Content HubContent HubKostenlos

Erforderliche Bereiche

Diese API erfordert einen der folgenden Bereiche:
  • oauth

Authorizations

Authorization
string
header
required

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

Response

successful operation

results
object[]
required
paging
object