---
title: "Create an issued membership redemption"
method: POST
path: "/v1/issued_membership_redemptions/{event_id}"
tags: ["Issued memberships"]
---

# Create an issued membership redemption

`POST /v1/issued_membership_redemptions/{event_id}`

Creates a redemption for an issued membership at a specific event. This records that the issued membership was used for entry to the event.

## Path parameters

- `event_id` string, required

## Response `201`

Successfully created an issued membership redemption

- IssuedMembershipRedemption
  - `object` string — Object type identifier
  - `id` string — A unique identifier for the redemption
  - `created_at` string, date-time — ISO-8601 datetime when the redemption was created
  - `description` string — Description of the redemption
  - `issued_membership_id` string — ID of the issued membership this redemption belongs to
  - `linked_event_id` string, nullable — ID of the linked event, if applicable
  - `linked_order_id` string, nullable — ID of the linked order, if applicable

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
