Client ID is not valid when calling https://zoom.us/oauth/authorize

Description
I am testing the following call in Postman but I keep getting a message of client ID is not valid. For client ID i am passing the API Key from my JWT created app. Not sure what else i might be missing. Appreciate any assistance.```
https://zoom.us/oauth/authorize?response_type=code&client_id=7lstjK9NTyett_oeXtFiEQ&redirect_uri=https://yourapp.com


**Error**
Invalid client_id: (4,702)

App Type OAuth

**Which Endpoint/s?**
https://zoom.us/oauth/authorize

Hey @yperez,

To use the OAuth flow, you will need to use a OAuth app, not JWT. :slight_smile:

Thanks,
Tommy

Thanks Tommy, that worked.

1 Like

Happy to help! :slight_smile:

-Tommy