Fetch all chat channels in a server to server application

I’ve been working on a Server-to-server app for a while now and we are adding functionality around zoom chat and I need to be able to fetch all channels within our application but I only see api routes for public channels. Is there a route to hit to get all channels associated to the our account?

@brett , ah, I believe private channels might be restricted to the user-level. You may need to specify the user’s email/userID in the path of the request to get the channels they have access to - API Reference - List user’s channels