curl --request GET \
--url https://api.cal.com/v1/attendees
{
"attendees": [
{
"id": 251,
"bookingId": 313,
"name": "John Doe",
"email": "john.doe@example.com",
"timeZone": "Asia/Jerusalem"
},
{
"id": 252,
"bookingId": 314,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"timeZone": "Asia/Dubai"
}
]
}
curl --request GET \
--url https://api.cal.com/v1/attendees
{
"attendees": [
{
"id": 251,
"bookingId": 313,
"name": "John Doe",
"email": "john.doe@example.com",
"timeZone": "Asia/Jerusalem"
},
{
"id": 252,
"bookingId": 314,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"timeZone": "Asia/Dubai"
}
]
}
curl --request GET \
--url https://api.cal.com/v1/attendees
{
"attendees": [
{
"id": 251,
"bookingId": 313,
"name": "John Doe",
"email": "john.doe@example.com",
"timeZone": "Asia/Jerusalem"
},
{
"id": 252,
"bookingId": 314,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"timeZone": "Asia/Dubai"
}
]
}
curl --request GET \
--url https://api.cal.com/v1/attendees
{
"attendees": [
{
"id": 251,
"bookingId": 313,
"name": "John Doe",
"email": "john.doe@example.com",
"timeZone": "Asia/Jerusalem"
},
{
"id": 252,
"bookingId": 314,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"timeZone": "Asia/Dubai"
}
]
}