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

Headers

Authorization
string
required

Path Parameters

app
string
required

Query Parameters

returnTo
string
required
onErrorReturnTo
string
required

Response

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

"success"