How to create zoom meeting using asp.net c#

I would like to integrate Zoom into my website and need the API key. When I add a new APP, I CAN’T SELECT “JWT” - the selection on my windows for the different apps don’t appear. How do I get my API key, please help me
or is CLIENT ID and CLIENT SECRET the same as API?

@anandnavale85

I would like to integrate Zoom into my website and need the API key. When I add a new APP, I CAN’T SELECT “JWT” - the selection on my windows for the different apps don’t appear. How do I get my API key, please help me

This sounds like you are trying to integrate Meeting SDK for Web on your asp.net project.
You wil need to create either a Legacy - Meeting SDK App or General App (with Meeting SDK enabled in embed)

or is CLIENT ID and CLIENT SECRET the same as API?

The signature to authenticate Meeting SDK for Web is not the same as the Client ID and Client Secret used to access API, unless you are using General App.