Zoom Api Access token getting error

Is there any way to get access token after app authorization in zoom app.
Using Client ID and Client Secret can we get access token for accessing zoom api.

yes OAuth with Zoom

@ibrahim
res.redirect(‘https://zoom.us/oauth/authorize?response_type=code&client_id=XXXX6voxrRmW5IZbvgchbchb&redirect_uri=https://0320-111-93-193-70.in.ngrok.io/auth’);

I am using this but rediraction not working in my zoom app please help

maybe your app is missing some config, under “App credentials” page you need to add the redirect url to:

Redirect URL for OAuth

The production redirect URL is used to generate an authorization code for users adding the app in production. This applies to private beta testing with Publishable URL and users adding the app when published.

OAuth allow list

Add URLs to be allowlisted for OAuth redirection to achieve improved security. Make sure to include either the entire or the prefix of the Redirect URL for OAuth. Learn More