curl --request POST \
--url https://api.cal.com/v1/attendees \
--header 'Content-Type: application/json' \
--data '{
"bookingId": 123,
"email": "jsmith@example.com",
"name": "<string>",
"timeZone": "<string>"
}'
{
"attendee": {
"id": 255,
"bookingId": 313,
"name": "Justin Doe",
"email": "justin.doe@example.com",
"timeZone": "Asia/Jerusalem"
},
"message": "Attendee created successfully"
}
Your API key
Create a new attendee related to one of your bookings
The body is of type object
.
Attendee created successfully.
The response is of type object
.
curl --request POST \
--url https://api.cal.com/v1/attendees \
--header 'Content-Type: application/json' \
--data '{
"bookingId": 123,
"email": "jsmith@example.com",
"name": "<string>",
"timeZone": "<string>"
}'
{
"attendee": {
"id": 255,
"bookingId": 313,
"name": "Justin Doe",
"email": "justin.doe@example.com",
"timeZone": "Asia/Jerusalem"
},
"message": "Attendee created successfully"
}
curl --request POST \
--url https://api.cal.com/v1/attendees \
--header 'Content-Type: application/json' \
--data '{
"bookingId": 123,
"email": "jsmith@example.com",
"name": "<string>",
"timeZone": "<string>"
}'
{
"attendee": {
"id": 255,
"bookingId": 313,
"name": "Justin Doe",
"email": "justin.doe@example.com",
"timeZone": "Asia/Jerusalem"
},
"message": "Attendee created successfully"
}
Your API key
Create a new attendee related to one of your bookings
The body is of type object
.
Attendee created successfully.
The response is of type object
.
curl --request POST \
--url https://api.cal.com/v1/attendees \
--header 'Content-Type: application/json' \
--data '{
"bookingId": 123,
"email": "jsmith@example.com",
"name": "<string>",
"timeZone": "<string>"
}'
{
"attendee": {
"id": 255,
"bookingId": 313,
"name": "Justin Doe",
"email": "justin.doe@example.com",
"timeZone": "Asia/Jerusalem"
},
"message": "Attendee created successfully"
}