---
title: "Redeem a promotion code"
method: POST
path: "/api/v1/promotion-codes/redeem"
tags: ["Promotion Codes"]
---

# Redeem a promotion code

`POST /api/v1/promotion-codes/redeem`

Required scope: `promotion-codes:write` </br>Organization authorization: `supported`

## Request body

- RedeemPromotionCodeDto
  - `promotionCodeId` integer, required — Promotion code id
  - `userId` integer, required — Id of the user redeeming the code
  - `teamId` integer, nullable — Id of the team (if applicable)

## Response `201`

Promotion code redeemed

- PromotionCode
  - `promotionCodeId` integer, required — Id of the promotion code
  - `userId` integer, required — Id of user using the promotion code
  - `status` 'active' | 'scheduled' | 'expired' | 'inactive', required

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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