---
title: "Transfer Credits"
method: POST
path: "/users/me/transfer-credits"
tags: ["General APIs with JWT"]
---

# Transfer Credits

`POST /users/me/transfer-credits`

## Request body

- TransferCreditsDto
  - `receiver_id` string, nullable
  - `receiver_email` string, nullable
  - `amount` number, required
  - `description` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/084c90a2d8cb/schema)
