?I see that you are getting the error from the endpoint?v1.oauth2.token.?The token should be re-used until it expires and not generated with every request.?You should only need to request a Bearer Token once every 9 hours.? The token which is generated should be cached and reused for repeated requests until it expires. Please review your integration to fix the issue.