Skip to main content
GET
Get paginated provisional bookings

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Query Parameters

page
number
required

Page number for pagination

pageSize
number
required

Number of items per page

all
boolean

Fetch all bookings in company, admin only

userId
string

Fetch bookings by userId, admin only

meetingTypeId
string

Fetch bookings by meetingTypeId, admin only

status
enum<string>

Filter by status

Available options:
pending,
confirmed,
expired,
declined_by_host
type
enum<string>

Filter by type (doubleOptIn = awaiting attendee, requireHostConfirmation = needs host action)

Available options:
doubleOptIn,
requireHostConfirmation

Response

200 - application/json

Successfully retrieved paginated provisional bookings

provisionalBookings
object[]
required
total
number
required