Skip to main content
GET
/
account-info
/
2025-09
/
api-usage
/
daily
/
private-apps
Recuperar el uso diario de la API de una aplicación privada
curl --request GET \
  --url https://api.hubapi.com/account-info/2025-09/api-usage/daily/private-apps \
  --header 'Authorization: Bearer <token>'
{
  "paging": {
    "next": {
      "link": "<string>",
      "after": "<string>"
    },
    "prev": {
      "before": "<string>",
      "link": "<string>"
    }
  },
  "results": [
    {
      "collectedAt": "2023-11-07T05:31:56Z",
      "usageLimit": 123,
      "fetchStatus": "SUCCESS",
      "name": "<string>",
      "currentUsage": 123,
      "resetsAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Gratuito
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Gratuito
Esta API requiere uno de los siguientes ámbitos:
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