cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create the API_KEY and SECRET_KEY through API instead of creating an app?

prakmadarson
Listener

I'm building an app where I'm accessing some Zoom API for end user where they can login and play around. But, in order to login to my app they must have to give app_key and secret_key then only they can login using JWT authorization. So, I just want to know if there is a way where they can access the API with their login credentials or any other way but I just want that they just have to enter their login credentials email/user_id and password.

1 REPLY 1

colegs
Community Champion | Zoom Employee
Community Champion | Zoom Employee

prakmadarson, welcome to the Zoom community!

 

Unfortunately, you cannot access an API using user id and credentials, and there is no API to get API information.  I am curious why they cannot create OAuth applications on their own account so you don't have to give them access to yours?  As you are aware, the JWT is an account wide application, so it may be giving them more access than you are intending.