Attendees
Find all attendees
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Attendees
Find all attendees
GET
/
attendees
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"
}
]
}
Authorizations
Query Parameters
Your API key
Was this page helpful?
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"
}
]
}