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

apiKey
string
query
required

Query Parameters

apiKey
string
required

Your API key

Response

200
application/json
Find All Attendees
attendees
object[]