Reservations API
Create or Update Reservation
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 |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
| string | Full Name of the customer |
| string | Email Address of the customer |
| string | Phone Number (International) |
| bool | Set to |
| string | Reservation Title |
| string | Reservation Date (any format) |
| string | Reservation Time (any format) |
| string | Reservation Duration (any format) |
| string | URL to view, update, cancel Reservation |
| string | Name of the Location |
| string | Address of the Location |
| string | Link to the Location (Google Maps, etc) |
| string | Latitude of the Location (Pass will be displayed when phone close to the Location) |
| string | Longitude of the Location (Pass will be displayed when phone close to the Location) |
| enum | Allowed values: |
| string | String to encode with selected |
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 Reservation
GET
https://api.getlivepass.com/reservation/<id>
Get Appointment info including links to preview or download.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Request
Response
Do you have any questions, feedback or ideas? Contact us by email or live chat.
Last updated