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
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
}