I’m trying to integrate my app with Zoom using v1 API but every request I sent I got below message:
Invalid api key or secret
Is below app secret & app key what I should use? or I forget some additional config?
Hey @a.abutouq,
Happy to help you with your issue. Can you give me more details on what requests you are sending?
Thanks,
Tommy
create a meeting
list users
Hey @a.abutouq,
Can you send me the code / request so I can try to reproduce on my end?
Hey @tommy ,
Created a oAuth app in our marketplace and used the client id and secret in API
(https://zoom.us/oauth/token)
and got access token successfully.
Used the access token in API
(https://api.zoom.us/v2/accounts?page_size=30&page_number=1)
for getting all account, but got the same error message “Invalid api key or secret.”
Hey @navedi.raj, thanks for reaching out!
Unforntunatly, the /account endpoints require you to be a Zoom Partner.
From the docs: “Only master accounts can create and have sub accounts. Zoom only assigns this privilege to trusted partners.”
You could use the /users endpoint instead to list users on your account.
Thanks,
Tommy