---
title: "Get User Credits"
method: GET
path: "/v1/users/credits"
tags: ["Users"]
---

# Get User Credits

`GET /v1/users/credits`

Get the current user's credit balance.

## Cookies

- `la_session` string

## Response `200`

Successful Response

- ResponseUserCreditsSchema
  - `code` integer
  - `data` UserCreditsSchema
    - `credits_left` string, required
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/liveavatar/apis/live-avatar-api.md) · [All operations](https://skmtc.dev/liveavatar/apis/live-avatar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveavatar/live-avatar-api/revisions/fbfa5cdbd7f9/schema)
