curl --request GET \
--url https://api.cal.com/v1/attendees
{
"attendees": [
{
"id": 251,
"bookingId": 313,
"name": "John Doe",
"email": "[email protected]",
"timeZone": "Asia/Jerusalem"
},
{
"id": 252,
"bookingId": 314,
"name": "Jane Doe",
"email": "[email protected]",
"timeZone": "Asia/Dubai"
}
]
}
curl --request GET \
--url https://api.cal.com/v1/attendees
{
"attendees": [
{
"id": 251,
"bookingId": 313,
"name": "John Doe",
"email": "[email protected]",
"timeZone": "Asia/Jerusalem"
},
{
"id": 252,
"bookingId": 314,
"name": "Jane Doe",
"email": "[email protected]",
"timeZone": "Asia/Dubai"
}
]
}
Your API key
Find All Attendees
The response is of type object
.
Was this page helpful?