Company

Get 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.

get/v1/companies/{id}/reimbursement_usage

Path parameters

idstring required

The id of the resource. This is a UUID for most resources, but for user endpoints it is the user's Firebase UID (an opaque string), so no uuid format is asserted here.

Parameters

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

Response

Reimbursement usage snapshot.

usedinteger

Reimbursements consumed in the current period.

limitinteger nullable

Free quota for the period (null when unlimited/Pro).

remaininginteger nullable
grandfatheredboolean
subscribedboolean
pro_price_ufnumber nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.