GET
/
v2
/
organizations
/
{orgId}
/
teams
/
{teamId}
/
conferencing
/
{app}
/
oauth
/
auth-url
curl --request GET \
  --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/oauth/auth-url \
  --header 'Authorization: <authorization>'
{
  "status": "success"
}

Headers

Authorization
string
required

Path Parameters

teamId
string
required
orgId
string
required
app
enum<string>
required

Conferencing application type

Available options:
zoom,
msteams

Query Parameters

returnTo
string
required
onErrorReturnTo
string
required

Response

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

"success"