---
title: "Get reimbursement usage"
method: GET
path: "/v1/companies/{id}/reimbursement_usage"
tags: ["Company"]
---

# Get reimbursement usage

`GET /v1/companies/{id}/reimbursement_usage`

Returns the company's Reembolsos (reimbursements) usage for the current
period — the same `ReimbursementUsage` query object used by Sofia and the
WhatsApp bot, so the counter is identical across channels. Powers the in-app
"X of 15 free this month" view and the freemium/Pro upgrade banners.

The exact fields depend on whether the company is on the free quota,
grandfathered, or subscribed to Pro; common fields are shown below.

## Path parameters

- `id` string, required

## Parameters

- `#/paths/~1v1~1users/get/parameters/0` — unresolved $ref

## Response `200`

Reimbursement usage snapshot.

- object
  - `used` integer — Reimbursements consumed in the current period.
  - `limit` integer, nullable — Free quota for the period (null when unlimited/Pro).
  - `remaining` integer, nullable
  - `grandfathered` boolean
  - `subscribed` boolean
  - `pro_price_uf` number, nullable

## Other responses

- `401` — Unauthorized
- `404` — Company not found

---

[API](https://skmtc.dev/cardda/apis/banking-api.md) · [All operations](https://skmtc.dev/cardda/apis/banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardda/banking-api/revisions/ff1aeb3fda8b/schema)
