---
title: "New issued membership"
method: POST
path: "newIssuedMembership"
tags: ["Issued memberships"]
---

# New issued membership

`POST newIssuedMembership` (webhook)

ISSUED_MEMBERSHIP.CREATED webhook triggered when new issued membership is created.

## Payload

- object
  - `id` string — A unique identifier for the webhook history
  - `created_at` string — Datetime of the webhook request
  - `event` string — Webhook subscription event
  - `resource_url` string — API link to the issued membership
  - `payload` IssuedMembership
    - `object` string — Object type identifier
    - `id` string — A unique identifier for the issued membership
    - `code` string — Unique membership code for identification and redemption
    - `benefits` string[] — List of benefits associated with this membership
    - `email` string — Email address of the member
    - `first_name` string — First name of the member
    - `full_name` string — Full name of the member
    - `is_valid` 'true' | 'false' — Whether the membership is currently valid (not expired and not voided)
    - `issue_date` object — Date and time when the membership was issued
      - `date` string — ISO-8601 date
      - `formatted` string — A formatted date string
      - `iso` string — ISO-8601 date and time
      - `time` string — Time of the date
      - `timezone` string — Timezone offset
      - `unix` integer — Unix timestamp
    - `last_name` string — Last name of the member
    - `max_redemptions` integer, nullable — Maximum number of redemptions allowed. Null means unlimited.
    - `membership_type_id` string — ID of the membership type
    - `membership_type_name` string — Name of the membership type
    - `redemption_collection` IssuedMembershipRedemption[] — List of redemptions made with this membership
      - `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
    - `redemptions` integer — Number of times this membership has been redeemed
    - `valid_from` object — Date and time when the membership becomes valid
      - `date` string — ISO-8601 date
      - `formatted` string — A formatted date string
      - `iso` string — ISO-8601 date and time
      - `time` string — Time of the date
      - `timezone` string — Timezone offset
      - `unix` integer — Unix timestamp
    - `valid_to` object — Date and time when the membership expires
      - `date` string — ISO-8601 date
      - `formatted` string — A formatted date string
      - `iso` string — ISO-8601 date and time
      - `time` string — Time of the date
      - `timezone` string — Timezone offset
      - `unix` integer — Unix timestamp
    - `voided_at` object, nullable — Date and time when the membership was voided. Null if not voided.
      - `date` string — ISO-8601 date
      - `formatted` string — A formatted date string
      - `iso` string — ISO-8601 date and time
      - `time` string — Time of the date
      - `timezone` string — Timezone offset
      - `unix` integer — Unix timestamp

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[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)
