Bookings
Find a booking
GET
/
bookings
/
{id}
Authorizations
apiKey
string
queryrequiredPath Parameters
id
integer
requiredID of the booking to get
Query Parameters
apiKey
string
requiredYour API key
Response
200 - application/json
id
number
description
string
eventTypeId
number
uid
string
title
string
startTime
string
endTime
string
timeZone
string
fromReschedule
string | null
attendees
object[]
user
object
payment
object[]
Was this page helpful?