Should I reuse access tokens?

Possibly.

Depends what else is going on.

If you generate 50 tokens.
When you generate the 51st
The first one is automatically killed.

So if you ahve a script using that token it then has to get a new token.
So the 52nd is generated killing the 2nd
And then if you have a script using the 2nd token… etc

You should generate and use a token till it’s close to expiration or has expired.
If you are “spam” making tokens you might observe weirdness.

1 Like