# Billing

View billing plans, credit balance, and pricing.

**Base URL:** `https://api.trustpager.com/functions/v1/api/v1`

## Endpoints

### GET /billing/plan

Get the company billing plan, subscription status, seat count, trial window, and plan gating flags.

**Scopes:** `billing:read` — [full detail](./billing/get-billing-plan.md)

### GET /billing/balance

Get the current API credit balance.

**Scopes:** `billing:read` — [full detail](./billing/get-billing-balance.md)

### GET /billing/usage

List credit transactions and usage history.

**Scopes:** `billing:read` — [full detail](./billing/get-billing-usage.md)

### GET /billing/pricing

Get the full credit pricing table. Returns all active feature keys with credits_per_use, category, and description. Free endpoint (does not consume credits).

**Scopes:** `billing:read` — [full detail](./billing/get-billing-pricing.md)
