Invalid Access Token - too short

Description
I am not getting a valid access token when creating an app. I am using the API to manage users.

Error
{
“code”: 124,
“message”: “Invalid access token.”
}

I am using OAuth with app name Internal IT Bot.

After going through the procedure to create an app, during the last step when I press install it redirects me to the redirect URL but the token is too short to be a valid one.

I am using localhost as my redirect URL since I will copy the access token manually in my code.

https://zoom.us/callback?code=dGW9Gub179_7K1VhISeR2C1EYkDQcw_ig

Hi @kristian.cardona,

Can you please share a screenshot of the install URL you’re using?

The installation URL you’re testing with should follow this format:
https://zoom.us/oauth/authorize?response_type=code&client_id={clientId}&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fcallback

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.