latestOpenAPI 3.1.12026-08-108026304.2 KB

7b222e8ec91c

Issued memberships

Create an issued membership redemption

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

post/v1/issued_membership_redemptions/{event_id}

Path parameters

event_idstring required

The unique identifier for the event (e.g. ev_123)

Response

Successfully created an issued membership redemption

objectstring

Object type identifier

idstring

A unique identifier for the redemption

created_atstring date-time

ISO-8601 datetime when the redemption was created

descriptionstring

Description of the redemption

issued_membership_idstring

ID of the issued membership this redemption belongs to

linked_event_idstring nullable

ID of the linked event, if applicable

linked_order_idstring nullable

ID of the linked order, if applicable

Example response

{
  "object": "issued_membership_redemption",
  "id": "ir_789",
  "created_at": "2024-03-15T14:30:00+00:00",
  "description": "Entry to Summer Festival 2024",
  "issued_membership_id": "im_123",
  "linked_event_id": "ev_456",
  "linked_order_id": null
}