List and inspect a customer's bookings
- Bookings
- Booking
- 2 routes
How do I list a customer's bookings and open one in detail?
This scenario explains how to list the bookings attached to a customer account and then open the details of one selected booking. It supports customer selfcare, advisor tools and follow-up journeys that need both a portfolio view and a drill-down on a specific file.
The flow starts with the bookings collection for a known customer_id, optionally filtered by period, booking status or booking type, then uses the returned booking_id to open the full booking detail.
Overview
This scenario is designed for applications that need to display a customer's booking portfolio and then inspect a selected booking in detail.
Prerequisites
- A valid bearer token,
x-api-keyandaccept-languageheader. - A known
customer_id. - A
booking_idreturned by the list step to access the detailed view.
Expected result
The application can display the customer's bookings, apply the available list filters and open the full detail of a selected booking.
Process workflow
Legend:
Mandatory
Optional