Hi @sofauth
Welcome to the Auth0 Community!
To reduce number of used tokens for your tenant I would suggest caching tokens and reuse them. We have a seperate knowledge solutions regarding this problem
Problem statement: How do I cache a Management API access token(s) using the Node Management Client and Actions caching functionality?
Auth0 recently announced the ability to cache tokens within our extensibility solution, Actions. This has been a much requested feature that we are excited to have finally released. As many users utilize the Node Management Client to interact with the Management API by way of Actions, the question of how to incorporate the new caching functionality has arisen.
S…
And on top of it our community team member created and tested a code snippet for that Caching M2M access token in Actions - #4 by rueben.tiow
Let me know if that solves your issue.
Thanks
Dawid