...
Connect with your TC Account and select the “beta” option
For the Booking Tools API, here is the reference https://docs.microsoft.com/en-us/graph/api/resources/booking-api-overview?view=graph-rest-betaYou will need to give consent for the Graph Explorer to access the Bookings API on your behalf. To do so, click the ellipses near your name, and click “Select Permissions”
From the flyout on the right, choose “Bookings” and add the appropriate permissions you need.
Find your business id. Run the query below and in Microsoft graph response find your booking name
Code Block https://graph.microsoft.com/beta/bookingBusinesses
...