cURL
curl --request GET \ --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/oauth/callback \ --header 'Authorization: Bearer <token>'
Required membership role: team admin. PBAC permission: team.update. Learn more about API access control at https://cal.com/docs/api-reference/v2/access-control. If accessed using an OAuth access token, the TEAM_APPS_WRITE scope is required.
team admin
team.update
TEAM_APPS_WRITE
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?