---
title: "Get user credit information"
method: GET
path: "/v1/user/credits"
tags: ["User"]
---

# Get user credit information

`GET /v1/user/credits`

Returns the current user credit balance, plan, and last refill date.

## Response `200`

User credits information

- object
  - `success` true, required
  - `data` object, required
    - `balance` number, required
    - `plan` 'free' | 'pro', required
    - `lastRefill` string, nullable, required
  - `creditsCost` number — Credits consumed by this operation
  - `requestId` string, uuid, required — Unique request identifier for tracing
  - `timestamp` string, date-time, required — ISO timestamp when the response was generated

## Other responses

- `401` — Authentication required
- `500` — Internal server error

---

[API](https://skmtc.net/weblinq/apis/weblinq-api.md) · [All operations](https://skmtc.net/weblinq/apis/weblinq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weblinq/weblinq-api/versions/364690cf91b7/schema)
