I’m new to APIs and need help figuring out how to get the channel ID for Zoom. I’ve created a Zoom app and have the credentials, but I’m unsure about the steps to retrieve the channel ID.
Questions:
What scope should I use? (Currently, I’m using team_chat:read:channel:admin)
Is there a simpler way to get the channel ID without using the API?
I found a solution for all future people since I couldn’t find any information about it on google. If you copy the link from the channel, then copy the string at the end of the link. You can put that string into JWT decoder, it will provide the channel ID.