curl --request GET \
--url https://api.cal.com/v1/attendees/{id}
{
"attendee": {
"id": 255,
"bookingId": 313,
"name": "Justin Doe",
"email": "justin.doe@example.com",
"timeZone": "Asia/Jerusalem"
}
}
ID of the attendee to get
Your API key
OK
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.cal.com/v1/attendees/{id}
{
"attendee": {
"id": 255,
"bookingId": 313,
"name": "Justin Doe",
"email": "justin.doe@example.com",
"timeZone": "Asia/Jerusalem"
}
}
curl --request GET \
--url https://api.cal.com/v1/attendees/{id}
{
"attendee": {
"id": 255,
"bookingId": 313,
"name": "Justin Doe",
"email": "justin.doe@example.com",
"timeZone": "Asia/Jerusalem"
}
}
ID of the attendee to get
Your API key
OK
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.cal.com/v1/attendees/{id}
{
"attendee": {
"id": 255,
"bookingId": 313,
"name": "Justin Doe",
"email": "justin.doe@example.com",
"timeZone": "Asia/Jerusalem"
}
}