POST
/
v2
/
conferencing
/
{app}
/
connect
curl --request POST \
  --url https://api.cal.com/v2/conferencing/{app}/connect \
  --header 'Authorization: <authorization>'
{
  "status": "success",
  "data": {
    "id": 123,
    "type": "google_video",
    "userId": 123,
    "invalid": true
  }
}

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

Path Parameters

app
enum<string>
required

Conferencing application type

Available options:
google-meet

Response

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