cURL
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 } ] }
If accessed using an OAuth access token, the APPS_READ scope is required.
APPS_READ
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Bearer <token>
<token>
success
error
Show child attributes
Was this page helpful?