Skip to main content
GET
Booking Suggestions

Booking Suggestions

Returns personalised booking suggestions based on the customer’s historical usage patterns. Used to offer smart re-booking options on the dashboard.

Authentication

Requires a valid customer bearer token.

Query Parameters

_shape
string
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.

Response

Returns a BookingSuggestions object containing an array of suggested bookings based on the customer’s usage patterns.

Top-Level Fields

Suggestion Fields (BookingDrop)

Identity

Resource

Schedule

Status

Timestamps (from base)

Examples

Fetch suggestions

TypeScript Integration