Create subscription member
Add member to a subscription
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
pid
Loyalty Program ID. A unique identifier for the loyalty program.
Request
Payload for adding a subscription member.
memberContactIds
Required, each item must be greater than or equal to 1
contactId
Required if LoyaltySubscriptionId is not provided, must be greater than 0
loyaltySubscriptionId
Required if ContactId is not provided, max length 64
Response
Successfully added subscription member.
createdAt
Timestamp when the subscription member was created.
memberContactIds
List of unique member contact IDs.
organizationId
Unique identifier of the organization.
ownerContactId
Unique identifier of the subscription owner.
updatedAt
Timestamp when the subscription member was last updated.