Search

3rd Party integration

3rd Party integration

3rd Party integration

Any 3rd party system integrating the LivionKey Reservation API can benefit from LivionKey Smart service features.

Simple API

Pushing a reservation to the LivionKey system will trigger pincode generation, sync to LivionKey automats, and generate notifications for end users and managers.

image

API Logic

API full description can be found here: [link to be added]

Existing API endpoints :

  • Upsert Reservation:
post(`${LIVIONKEY_API_URL}/reservations`);
  • Get Reservation from contractObjectId:
get(`${LIVIONKEY_API_URL}/reservations/contractObjectId/:contractObjectId`);
  • Get Reservation from reservation id:
get(`${LIVIONKEY_API_URL}/reservations/:id`);