Situ's API for seamless integration with Situ's workflow.
Xenia Connect API (1.0.1)
Supported webhook events.
Unique ID of the event. This can be used as the idempotent key.
When the event was created within Xenia's system.
- Mock serverhttps://docs.xenia.staysitu.com/_mock/xenia-connect/spec/booking-pending-event
- Productionhttps://api-xenia.staysitu.com/booking-pending-event
- Sandboxhttps://api-xenia-cisandbox.staysitu.com/booking-pending-event
{ "eventType": "BOOKING.PENDING", "eventId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2026-01-02T10:30:15Z", "data": { "bookingReference": "R4E2F3A4", "createdAt": "2026-01-03T15:10:13Z", "enquiry": { … } } }
Supported webhook events.
Unique ID of the event. This can be used as the idempotent key.
When the event was created within Xenia's system.
- Mock serverhttps://docs.xenia.staysitu.com/_mock/xenia-connect/spec/booking-partner-confirmation-details-sent-event
- Productionhttps://api-xenia.staysitu.com/booking-partner-confirmation-details-sent-event
- Sandboxhttps://api-xenia-cisandbox.staysitu.com/booking-partner-confirmation-details-sent-event
{ "eventType": "BOOKING.PARTNER_CONFIRMATION_DETAILS_SENT", "eventId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2026-01-02T11:45:30Z", "data": { "bookingReference": "R4E2F3A4", "createdAt": "2026-01-03T15:10:13Z", "enquiry": { … } } }
Supported webhook events.
Unique ID of the event. This can be used as the idempotent key.
When the event was created within Xenia's system.
- Mock serverhttps://docs.xenia.staysitu.com/_mock/xenia-connect/spec/booking-client-confirmation-details-sent-event
- Productionhttps://api-xenia.staysitu.com/booking-client-confirmation-details-sent-event
- Sandboxhttps://api-xenia-cisandbox.staysitu.com/booking-client-confirmation-details-sent-event
{ "eventType": "BOOKING.CLIENT_CONFIRMATION_DETAILS_SENT", "eventId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2026-01-02T11:45:30Z", "data": { "bookingReference": "R4E2F3A4", "createdAt": "2026-01-03T15:10:13Z", "enquiry": { … } } }
Supported webhook events.
Unique ID of the event. This can be used as the idempotent key.
When the event was created within Xenia's system.
- Mock serverhttps://docs.xenia.staysitu.com/_mock/xenia-connect/spec/booking-check-in-details-sent-event
- Productionhttps://api-xenia.staysitu.com/booking-check-in-details-sent-event
- Sandboxhttps://api-xenia-cisandbox.staysitu.com/booking-check-in-details-sent-event
{ "eventType": "BOOKING.CHECK_IN_DETAILS_SENT", "eventId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2026-01-15T09:00:00Z", "data": { "bookingReference": "R4E2F3A4", "createdAt": "2026-01-03T15:10:13Z", "enquiry": { … } } }
Supported webhook events.
Unique ID of the event. This can be used as the idempotent key.
When the event was created within Xenia's system.
- Mock serverhttps://docs.xenia.staysitu.com/_mock/xenia-connect/spec/booking-cancelled-event
- Productionhttps://api-xenia.staysitu.com/booking-cancelled-event
- Sandboxhttps://api-xenia-cisandbox.staysitu.com/booking-cancelled-event
{ "eventType": "BOOKING.CANCELLED", "eventId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2026-01-03T14:20:00Z", "data": { "bookingReference": "R4E2F3A4", "createdAt": "2026-01-03T15:10:13Z", "enquiry": { … } } }
Enquiries
Enquiries are the start point in the booking journey. Providing as much information as possible upfront about an enquiry will increase its conversion rate and reduce touchpoints. We are constantly looking for what we can add to our set of information to make our process easier for everybody. If you have any suggestions get in contact!