Membership Card API
Last updated
Last updated
POST
https://api.getlivepass.com/membership-card/<id>
Create or update Membership Card. Email notification will be sent when email
is valid and silent=false
Headers
Name | Value |
---|---|
Body
Name | Type | Description |
---|---|---|
Request
Response
Use this endpoint to send Membership or update information on existing pass. User will be notified when you change:
balance_amount
balance_currency
membership_tier
GET
https://api.getlivepass.com/membership-card/<id>
Get Membership Card info including links to preview or download.
Headers
Request
Response
Do you have any questions, feedback or ideas? Contact us by email or live chat.
Name | Value |
---|---|
Content-Type
application/json
Authorization
API_KEY <your_api_key>
full_name
string
Full Name of the customer
email
string
Email Address of the customer
phone_number
string
Phone Number (International)
silent
bool
Set to true
to NOT send any communication.
Set to false
to send email or push update.
balance_amount
number
Balance Amount
balance_currency
string
Balance Currency (real or virtual)
membership_tier
string
Membership Tier
barcode_type
enum
Allowed values: qr
barcode_data
string
String to encode with selected barcode_type
(Usually equal to id
)
Content-Type
application/json
Authorization
API_KEY <your_api_key>