Skip to main content
GET
Get a booking

Authorizations

X-API-Key
string
header
required

Path Parameters

bookingId
string
required

Response

Booking details

id
string
required
organizationId
string
required
calendarId
string
required
eventTypeId
string
required
title
string
required
description
string | null
required
startTime
string
required
endTime
string
required
timezone
string
required
status
enum<string>
required
Available options:
CONFIRMED,
CANCELLED,
RESCHEDULED,
NO_SHOW
attendeeName
string | null
required
attendeeEmail
string | null
required
attendeePhone
string | null
required
location
string | null
required
agentCallId
string | null
required
leadId
string | null
required
cancelledAt
string | null
required
cancellationReason
string | null
required
rescheduledFromId
string | null
required
rescheduledToId
string | null
required
createdAt
string
required
updatedAt
string
required
metadata
unknown