---
title: "Redeem a redemption code providing the uuid for the redemption record."
method: POST
path: "/redemptions/{redemption_uuid}/redeem"
tags: ["Redemptions"]
---

# Redeem a redemption code providing the uuid for the redemption record.

`POST /redemptions/{redemption_uuid}/redeem`

Utilize this endpoint to redeem a redemption code via its corresponding uuid

## Path parameters

- `redemption_uuid` string, required

## Response `200`

OK

## Other responses

- `404` — Redemption code not found for given uuid.
- `422` — The reward is not redeemable.

---

[API](https://skmtc.net/hang/apis/hang-partner-api-params-in-formdata.md) · [All operations](https://skmtc.net/hang/apis/hang-partner-api-params-in-formdata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hang/hang-partner-api-params-in-formdata/revisions/39bd91477af0/schema)
