> ## Documentation Index
> Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Subscription Status

> Check current subscription status and credit balance

### Response

```json theme={"theme":"css-variables"}
{
  "plan": "starter",
  "status": "active",
  "customer_id": "cus_...",
  "current_period_end": "2026-06-01T00:00:00Z",
  "credits_remaining": 325,
  "tier": "starter"
}
```

### Subscription Statuses

| Status      | Description                     |
| ----------- | ------------------------------- |
| `active`    | Subscription is active and paid |
| `trialing`  | In free trial period            |
| `past_due`  | Payment failed, pending retry   |
| `cancelled` | Subscription cancelled          |
| `inactive`  | No subscription                 |
