Description
Followed all the steps required to get a successful response from the API call. Scope required is added changes that needed in User’s settings are done but got Code 124, “Invalid access token.” as response.
Error?
Raw response for the API
Status code 401
{“code”:124,“message”:“Invalid access token.”}
How To Reproduce Steps to reproduce the behavior:
*1. Request URL / Headers (https://api.zoom.us/v2/meetings/[Meeting Id]/token) 2. Authentication method: OAuth 2 3. {“code”:124,“message”:“Invalid access token.”}
@ritz7 , can you verify that your OAuth token is valid? Were you able to successfully use it with another API endpoint? If you need additional help, reference our public workspace for easy to follow steps on retrieving a valid access token: Postman
@ritz7 okay, please try removing the scopes, saving and uninstalling the app. Then add the scopes back, save, and re-install the app. Generate a new token and query again.
The type of the app is OAuth and its current status is in Draft.
I had tested the API by removing scopes and adding them back but its of no use, it still gives error. Also there is no option for uninstalling the app, did you mean I have to select “remove app” option and if yes can I get the app back once it is removed.
Hi @ritz7 , I mean clicking on the “Local Test” tab and clicking the remove button. Then also try hitting the “regenerate” button on the “App Credentials” tab and going through the authentication and authorization process again please.
As per instructions, I removed the scopes and uninstall the app and then added the scopes and app back and gone through the authorization process and still got the same error code124, “invalid access token”.
Can you please confirm regenerating the client secret as well? If yes, please send me your developer email associated with the application and client secret and I will proceed with next steps. Thanks!
In the mean time can you please explain what should be the app type for the below mentioned Application.
We are building a new app, which will use Meetings APIs and it will be used by various other zoom users not necessarily the users related to developer account. So, should this new app be Account-level app or User-managed app?