hello, i,d wanted to integrate Zoom in Odoo 13, that uses in my company, but i can’t find ani api instructions about that. Can you plese help me.
Ok
https://zoom.us/oauth/authorize?response_type=code&client_id=7lstjK9NTyett_oeXtFiEQ&redirect_uri=https://yourapp.com
how to get client_id
is there any way to create test app for localhost?
Hey @mymaine555,
Yes, simply use localhost as your redirect and whitelist url. If that does not work, try using ngrok.io with your localhost server, and add your ngrok url as your redirect and whitelist url.
Thanks,
Tommy
Alredy get it. Create App, but when try to get access_token, don’t get were to get it.
- send request to https://zoom.us/oauth/authorize and get in response url with “code”
- send request to https://zoom.us/oauth/token and ger response with “status_code=200” but don’t get where in response fields
{ "access_token", "token_type", "refresh_token", "expires_in", "scope"}
like shown in example “OAuth 2.0”
By the way big thanks for helping me, hope don’t look wery stupid in your mind
1 Like
Hey @mymaine555,
Are you passing in the required query params in step 2?
https://marketplace.zoom.us/docs/guides/auth/oauth#step-2-request-access-token
You are welcome, happy to help!
Thanks,
Tommy