Home > OS >  How to get the Calendly user and organization details which require to call the API
How to get the Calendly user and organization details which require to call the API

Time:10-05

I have created a account with Calendly and want to consume the API's. Here is the link for enter image description here

Anyone has any idea how can I get this info in Calendly so I can able to call these API's.

Thanks,

Atul

CodePudding user response:

Found the way to get the info.

If you have valid account and valid "Personal Access Token" then you can get the info by calling this API of Calendly.

Refer the screeshot:

enter image description here

This is how you get the details for the user and organization. Then this info you can use to call the API's.

Thanks,

Atul

  • Related