POST
/
booking-references
Creates a new booking reference
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

type
string
required
uid
string
required
meetingId
string
meetingPassword
string
meetingUrl
string
bookingId
boolean
externalCalendarId
string
deleted
boolean
credentialId
integer

Response

OK, booking reference created