curl --request GET \
--url https://api.cal.com/v2/conferencing \
--header 'Authorization: <authorization>'{
"status": "success",
"data": [
{
"id": 123,
"type": "google_video",
"userId": 123,
"invalid": true
}
]
}curl --request GET \
--url https://api.cal.com/v2/conferencing \
--header 'Authorization: <authorization>'{
"status": "success",
"data": [
{
"id": 123,
"type": "google_video",
"userId": 123,
"invalid": true
}
]
}Was this page helpful?