---
title: "Redeem a key"
method: POST
path: "/api/v1/keys/redeem"
tags: ["Keys"]
---

# Redeem a key

`POST /api/v1/keys/redeem`

Assigns an unclaimed key to a Discord user (same as claim)

## Headers

- `Authentication` string, required

## Request body

- ModelsClaimKeyRequest — Request body for claiming a key
  - `discord_id` string, required
  - `key` string, required

## Response `200`

Redemption result

- object

## Other responses

- `400` — Invalid request
- `403` — User is blacklisted
- `409` — Key already claimed or not found

---

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