Reservations API
Last updated
Last updated
POST
https://api.getlivepass.com/reservation/<id>
Create or update Reservation. 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 Reservation or update information on existing pass. User will be notified when you change:
title
date
time
duration
location_name
location_address
location_url
GET
https://api.getlivepass.com/reservation/<id>
Get Appointment 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.
title
string
Reservation Title
date
string
Reservation Date (any format)
time
string
Reservation Time (any format)
duration
string
Reservation Duration (any format)
url
string
URL to view, update, cancel Reservation
location_name
string
Name of the Location
location_address
string
Address of the Location
location_url
string
Link to the Location (Google Maps, etc)
location_lat
string
Latitude of the Location (Pass will be displayed when phone close to the Location)
location_lng
string
Longitude of the Location (Pass will be displayed when phone close to the Location)
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>