Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Unable to Establish connection with zoom

Shwet01
Regular Contributor
Regular Contributor

Hi All,

I am trying to establish connection between saviynt and zoom prod but unable to generate access token.

Shwet01_0-1707129083245.pngShwet01_1-1707129163006.pngShwet01_2-1707129204721.pngShwet01_3-1707129230432.png

Shwet01_4-1707129265394.png

When i am trying to generate access token it is showing me below error.

Shwet01_5-1707129327723.png

May i know what mistake i am doing here and what is redirect URL/callback url. Can we keep it blank.

Thanks

shwet

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Please share curl command [Refer https://codingnconcepts.com/postman/how-to-generate-curl-command-from-postman/ ]


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

AmitM
Valued Contributor
Valued Contributor

Hi @Shwet01 , callback url can't be blank. It looks to me that either app is not correctly registered in zoom or you haven't got all information. 

From zoom app , you would need client id, secret , call back url and also if any whitelisting is needed. 

https://developers.zoom.us/docs/integrations/create/

In the OAuth Information section, set up OAuth for your app.

  • OAuth redirect URL (required): Enter your development redirect URL or endpoint to set up OAuth between your app and Zoom

Better you just ask access token and refresh token from Zoom dev guys. refresh token is what you would need to connect.

Also, here is the public postman workspace for Zoom. It has all sample calls.

https://www.postman.com/zoom-developer/workspace/zoom-public-workspace/overview

Br,

Amit