Simplify process to generate JWT token

Hey @krunalc,

Are each of these hosts under separate Zoom accounts? If so, you’re correct in that you’ll need to generate unique JWTs for each, but if they’re under the same account, you’d be able to use one set of credentials.

Have you had a chance to check out the token generator libraries on jwt.io? You might consider writing a script to generate the token after ingesting each account’s credentials.

Thanks,
Will