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
}
]
}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
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
success, error Show child attributes
Was this page helpful?