Happy Friday,
Working on a piece of code in python to make API calls in our external project management solution. There is no plugin for this in Rapid7.
I am have diffculties with the following. The solution only provides auhtorizion via codes and temporary access token. Each call returns an access token and a refresh token. The refresh token can be used next time.
This is where the problem lies. Next time is next week, but I am sure there is no option to collect this information next week
If someone has a solution I am all ears/eyes.