Cannot find the Redirect URL for OAuth app

I created a Server to Server oAuth App in the marketplace and I am trying to access it via Postman.

For that, I send a GET request using the following URL (client_id was hidden, of course):

https://zoom.us/oauth/authorize?client_id=****&response_type=code&scope=&state=xyz&redirect_url=https://mydomain.net/zoom-meeting-create

And then I get the following error: Redirect URL is required. (4,700)

I saw in many old screens that we used to type the redirect URL in the “App Credentials“ tab, right after Account ID, Client ID and Client Secret.

But Redirect URL is not there anymore.

How can I test my app?

Thanks in advance.

Hi @Coyochi
You do not need a redirect URL to generate an access token using a Server to Server oauth app
Here is a helpful blog on this: