---
title: "Credit Limits"
method: GET
path: "/companies/{company_id}/credit_limit_usages?"
---

# Credit Limits

`GET /companies/{company_id}/credit_limit_usages?`

Returns current credit limit usage, configured limits, and remaining capacity for a company within the active weekly window.

## Path parameters

- `company_id` string, required

## Query parameters

- `type` string

## Response `200`

- object
  - `company` string, required — The company ID this usage record belongs to.
  - `type` string, required — The type of credit limit. One of: company, employee, or contractor. (Company limits are currently the only form of credit limits in function, so this will be returned by default.)
  - `window` object, required — The time window the usage applies to.
    - `window.start` string — Start of the current weekly credit limit window (ISO 8601).
    - `window.end` string — End of the current weekly credit limit window (ISO 8601).
  - `usage` string — Current total cash requirement exposure for accelerated-ACH payrolls within the current weekly window.
  - `limit` string — The configured weekly credit limit. null if credit limits are not enabled for this entity.
  - `remaining` string — Remaining credit available (limit minus usage). null if credit limits are not enabled.

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/revisions/f46e28134549/schema)
