Hello,
I am trying to test the Calendly API endpoint https://api.calendly.com/scheduled_events in Postman to retrieve all scheduled events. Could you please help me understand how to obtain all the necessary parameters, such as the organization, user, and group URIs? Specifically, I'd like to know:
- How can I obtain the
organizationURI for my account? - What is the best way to retrieve the
userandgroupURIs required for this API? - Are there any specific parameters or steps I should follow to ensure I get all events for the organization?

