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

apiKey
string
query
required

Query Parameters

apiKey
string
required

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