Hi @mark.krawec,
Thanks for reaching out about this, and happy to help.
It sounds like you’ve already seen our guide for retrieving an access token, right?
https://marketplace.zoom.us/docs/guides/auth/oauth
If you’re still having trouble, a few things to double check:
- You’ve successfully created an OAuth App to generate a Client ID and Client Secret
- You’re grabbing the
code
parameter from the redirect URL after hitting the user installation URL (install button, testable URL) - You’re including the required Authorization header in your request
Once you’ve double checked these things, I also recommend checking out this thread:
Please let me know if this helps!
Best,
Will
*