---
title: "Get Account Limits & Usage"
method: GET
path: "/{account_id}/limits/"
tags: ["Accounts"]
---

# Get Account Limits & Usage

`GET /{account_id}/limits/`

Returns the current monthly volume used and configured limit for the account.

## Path parameters

- `account_id` integer, required

## Headers

- `x-company-id` integer — ID of a child company for authentication. If not provided, the parent company will be authenticated.

## Response `200`

Successful Response

- AccountLimitsResponse
  - `status` 'success'
  - `data` AccountLimitsData, required
    - `monthly` MonthlyUsage, required
      - `used` number, required
      - `limit` number
      - `remaining` number
      - `resets_at` string, date-time, required

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/infiniaweb/apis/payins.md) · [All operations](https://skmtc.net/infiniaweb/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infiniaweb/payins/revisions/3f453785c478/schema)
