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
}'
Your API key
Create a new booking reference related to one of your bookings
The body is of type object
.
OK, booking reference created
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
}'
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
}'
Your API key
Create a new booking reference related to one of your bookings
The body is of type object
.
OK, booking reference created
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
}'