---
title: "Get billing plan details"
method: GET
path: "/public/v1/billing"
tags: ["Billing"]
---

# Get billing plan details

`GET /public/v1/billing`

Returns billing plan information including plan name, credits per month, credits used, and subscription renewal date.

## Response `200`

Billing plan details

- BillingPlan
  - `planName` string, nullable, required
  - `creditsPerMonth` number, nullable, required
  - `creditsUsed` number, required
  - `subscriptionRenews` string, nullable, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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