GET
/
attendees
/
{id}
curl --request GET \
  --url https://api.cal.com/v1/attendees/{id}
{
  "attendee": {
    "id": 255,
    "bookingId": 313,
    "name": "Justin Doe",
    "email": "[email protected]",
    "timeZone": "Asia/Jerusalem"
  }
}

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

ID of the attendee to get

Query Parameters

apiKey
string
required

Your API key

Response

200
application/json
OK
attendee
object