"Invalid Token!" error message when trying to refresh oauth token

Happy to help @picktime!

In case this can help others, Picktime’s issue was an empty space in the authorize url between the client_id and redirect_url query param:

https://zoom.us/oauth/authorize?response_type=code&client_id={client_id} &redirect_uri={redirect_url}

-Tommy