---
title: "Redeem Code"
method: POST
path: "/me/vip"
tags: ["User API"]
---

# Redeem Code

`POST /me/vip`

## Request body

- VipCodeRequest
  - `vip_code` string, required

## Response `200`

Successfully redeemed VIP code

- VipCodeRedeemed
  - `redeemed` boolean, required

## Other responses

- `400` — Invalid VIP code, you cannot redeem your own VIP code, or you have already redeemed a VIP code
- `422` — Validation Error

---

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