Bookings
List My Bookings
Returns the authenticated customer’s bookings.
GET
List My Bookings
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
List My Bookings
Returns the list of active bookings for the authenticated customer across all resources.Authentication
Requires a valid customer bearer token.Query Parameters
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Records.ResourceName,Records.FromTime,Records.ToTime,TotalItems.Response
Returns aMyBookings object (ApiListResult<Booking>) — a paginated wrapper containing an array of booking records.
Array of booking objects for the current page.
Current page number (1-based).
Total number of bookings.
Total number of pages.
Whether there are more pages after the current one.
Whether there are pages before the current one.
Examples
Fetch my bookings
TypeScript Integration
List My Bookings