Description
What is the correct way to get OAuth access tokens for an API with service permissions (no need for user permission). We do not want to share JWT tokens between different applications so we stuck with OAuth. Our Zoom adminstrator has generated (tenant and shared secret and) the first token for us. But we do not see a way to get the tokens by only having the tenant ID and shared secret. What we do right now that we store the last token and the refresh token (which is a one-off token) in a database andd we invoke the refresh token when the actual is expired and save the new token to the database again.
Is there a better way to do this?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
How To Reproduce (If applicable)