Still new developing with this platform. I am running a python script that fetches an access token that is stored in our system and used by other processes to access information. The access token is generated using the jwt auth flow.
Why will there sometimes be multiple auth requests listed in the integration API call history done in a short amount of time. Only one process calls this app and the token is generated every 15 mins.
Are there other processes behind the scene that generate bearer tokens that could explain this?
Thanks!