Integration Zoom in Odoo

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.

Hey @mymaine555,

You can get started with our OAuth docs.

Let me know if that helps!

Thanks,
Tommy

Ok

https://zoom.us/oauth/authorize?response_type=code&client_id=7lstjK9NTyett_oeXtFiEQ&redirect_uri=https://yourapp.com

how to get client_id

Hey @mymaine555,

You can get a Client ID by creating an OAuth App.

Thanks,
Tommy

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.

  1. send request to https://zoom.us/oauth/authorize and get in response url with “code”
  2. 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 :slight_smile:

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! :slight_smile:

Thanks,
Tommy