Booking References
Creates a new booking reference
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Booking References
Creates a new booking reference
POST
/
booking-references
curl --request POST \
--url https://api.cal.com/v1/booking-references \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"uid": "<string>",
"meetingId": "<string>",
"meetingPassword": "<string>",
"meetingUrl": "<string>",
"bookingId": true,
"externalCalendarId": "<string>",
"deleted": true,
"credentialId": 123
}'
Authorizations
Query Parameters
Your API key
Body
application/json
Create a new booking reference related to one of your bookings
The body is of type object
.
Response
201
OK, booking reference created
Was this page helpful?
curl --request POST \
--url https://api.cal.com/v1/booking-references \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"uid": "<string>",
"meetingId": "<string>",
"meetingPassword": "<string>",
"meetingUrl": "<string>",
"bookingId": true,
"externalCalendarId": "<string>",
"deleted": true,
"credentialId": 123
}'