Skip to main content
Solved

API - Zoom Details

  • September 26, 2024
  • 1 reply
  • 155 views

We are using calendly to book meetings on Zoom. We have the integration setup and can see these meetings in our zoom data. 

However, we have several associates meeting with clients throughout the day and we are leveraging a public round robin approach to our calendar. 

Given that calendly is generating unique links per meeting, is it possible to pull those links from the api so that we can validate attendance in zoom? 

Best answer by anolson

Hi @James44643,

You can get details about Calendly events (including Zoom info) with the `GET /scheduled_events` API endpoint:

 

https://developer.calendly.com/api-docs/2d5ed9bbd2952-list-events

 

(The data that you’re looking for should be returned in the location key)

1 reply

  • Employee
  • Answer
  • September 27, 2024

Hi @James44643,

You can get details about Calendly events (including Zoom info) with the `GET /scheduled_events` API endpoint:

 

https://developer.calendly.com/api-docs/2d5ed9bbd2952-list-events

 

(The data that you’re looking for should be returned in the location key)