Skip to main content
GET
/
v2
/
organizations
/
{orgId}
/
teams
/
{teamId}
/
conferencing
List team conferencing applications
curl --request GET \
  --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": [
    {
      "id": 123,
      "type": "google_video",
      "userId": 123,
      "invalid": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

teamId
number
required

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
data
object[]
required