---
title: "Retrieve private app daily API usage"
method: GET
path: "/account-info/2026-03/api-usage/daily/private-apps"
tags: ["Basic"]
---

# Retrieve private app daily API usage

`GET /account-info/2026-03/api-usage/daily/private-apps`

Retrieve the daily API usage for private apps in the account, along with information about usage limits.

## Response `200`

successful operation

- AccountCollectionResponseApiUsageNoPaging
  - `results` AccountApiUsage[], required
    - `collectedAt` string, date-time, required — Indicates when the cache was last updated.
    - `currentUsage` integer, required — How many API calls an account has made for the current day.
    - `fetchStatus` 'CACHED' | 'FAILURE' | 'NOTFOUND' | 'SUCCESS' | 'TIMEOUT', required — Status of fetching the information, including if the data came from the cache.
    - `name` string, required — Name of the limit type.
    - `resetsAt` string, date-time — Time that the limit will reset.
    - `usageLimit` integer, required — Limits by which a single integration can consume the HubSpot public APIs.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/versions/f9c7181056c5/schema)
