oAuth. Request User Authorization problem

Description
I am having difficulty requesting user authorization.
The parameters I use:
url: https://zoom.us/oauth/authorize
response_type=code
redirect_uri=
client_id=

Error
{
“status”: false,
“errorCode”: 4700,
“errorMessage”: "Invalid client_id: ",
“result”: null
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

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

Hi @spartakus,

The authorization URL should be the same as the Install button on the Activation or Submit tab of your app. Have you tried clicking that button, utilizing that URL?

Thanks,
Will

Hi Will!
If I put the URL from the Submit tab into web browser address line everything works fine. But if I use exactly the same credentials with insomnia, it returns this error:
{“status”:false,“errorCode”:4700,“errorMessage”:"Invalid client_id: ",“result”:null}

How come?

Thanks for the reply,
Warm regards,
Spartakus

Thanks for confirming @spartakus.

This could be an issue with how the redirect_uri and client_id parameters are being passed in your insomnia environment. If it’s working when testing with the Zoom provided URL, it suggests this may be an environment specific issue. Have you tried logging to make sure all parameters are getting passed correctly?

Thanks,
Will

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