Can i use zoom Oauth token for background batch jobs on server

if possible please provide some resource to understand legitimate use of oauth token.
i need to create a batch job for provider exchange api that will do some data processing.

Hi @nmalhotra ,

We have Server-to-Server OAuth and User OAuth. Both allow you to produce access tokens that are valid for an hour, but there is no refresh token for S2S apps. There are a few other differences, and I recommend reviewing the documentation to see which would be best for the use case you’re envisioning. Here is a quick comparison, but the docs go more in depth.