This section lists all APIs that can be accessed through the BookingLive platform and how to be authenticated.
Authentication
BookingLive is using its own authentication method called a hashstring. To learn how to set up authentication please visit the link below:
Setup secret key and create call - How to setup a secret key and add a hashstring and payload to API Call
API Calls
Here is a list of all available calls to the BookingLive platform. All methods return JSON results.
Operation | API | Description |
---|---|---|
get | Start Order | Start an order with an initial basket of items |
get | Get Order Details | This method returns details on a requested order |
get | Add To Order | This method takes order items in the payload and returns order information or nothing |
get | Abort Order | Abort an order |
get | Cancel Order | Cancel an order |
get | Complete Order | Complete an order with option of adding more order items and transactions to make payment |
get | Get all orders by user Email | Returns all orders for specific user email address |
get | Send Email to customer | Send an Email to a customer |
get | Update order params | Update a certain order param value |
get | Get Events By Product IDs | Returns all events for a selected product |
get | Get message content | Get content of message for a specific order |
get | Get product details by IDs | Get product details by IDs |
get | Set order notification | Set order notification to receive or not email or SMS |