I want my app users to programmatically create booking and event types using APIs. Is there a global key that I can use to create bookings and event types for them?
k
Krishna Raj
07/28/2022, 1:15 PM
@Kaushal Sharma Of cource, pls refer the API doc
k
Kaushal Sharma
07/28/2022, 1:23 PM
@Krishna Raj I can see that a single user can generate API key from setting page of UI. Is there a way a user, I can generate key for my users. I don't want them to access settings page. and is there a way I can create an API key that I can use for all the users on my platform?
k
Krishna Raj
07/28/2022, 1:27 PM
users ? end users should never see the api key. its a secret. Only your internal client apps need to accesss it.
Krishna Raj
07/28/2022, 1:28 PM
I am unsure what you are trying to do here. Pls read the doc. You also need a pro plan to access api features.
k
Kaushal Sharma
07/28/2022, 2:02 PM
@Krishna Raj I want my users to create their events, schedules and bookings on my app and behind the scene I will create it on self hosted calcom for those users. But to do that I need their api keys, is there a way I can create their api keys programatically on my backend and use that to create booking. Or any global api key of my self hosted calcom, that I can use for any of my user.