Pular para o conteúdo principal
GET
/
account-info
/
v3
/
api-usage
/
daily
/
private-apps
Recuperar uso diário da API do aplicativo privado
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
    }
  ]
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Autorizações

Authorization
string
header
obrigatório

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

Resposta

successful operation

results
object[]
obrigatório
paging
object
Last modified on December 8, 2025