Retrieve seller bookings
- Bookings
- Booking
- 1 route
This scenario explains how to retrieve the list of bookings visible to a seller through a single search endpoint. It is useful to build a back-office list, apply business filters, and identify the next file to inspect in more detail.
The route returns commercial and operational indicators such as booking status, payment status, product, main attendee, seller email, and commission when available.
Overview
Use this scenario when a seller needs to retrieve the bookings they manage and narrow the result set with business filters such as booking status, payment status, product, main attendee last name, or creation and departure dates.
The objective is to obtain a paginated booking list that can feed a seller workspace, a monitoring dashboard, or a follow-up queue.
Prerequisites
- Have a valid
x-api-key. - Use an
accept-languagevalue returned byGET/v0/locales. - Use an access token if your integration context requires authenticated seller access.
- Define the filters that matter for your use case, for example
booking_status,payment_status,product_id,customer_id, orsort.
Functional notes
- This scenario focuses on listing bookings, not on retrieving the full detail of one booking.
- Pagination is available with
pageandlimit. - Sorting is available on
departure_date,creation_date, andexpiration_date. - The response can include useful seller-facing information such as
salesman_id,seller_email,commission, and the main attendee insidehouseholds.