How to Get access token without redirecting user to login page

Hi I am trying to get the access token from server side witch I am using asp.net core without redirecting the user to zoom login page any help please help me with clear example .

Regards,

Dafalla Ahmed dafalla

Hi @dafalla.win,

If you wish to authorize your requests server side, you will want to leverage our JWT app type:

You can find directions for grabbing a JWT Token from your account here, or generating one programmatically here:

Let me know if this helps. :slight_smile:

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.