I am calling the API below,
https://usermanagement.adobe.io/v2/usermanagement/groups/******@AdobeOrg/0
It works great from postman when I make less than 5 calls per minute(no complaints).
However, when I try it from my application program, it works great for the first attempt.
The next next attempt throws "429 Too May Calls" error and it responds back with the next-retry header with 3600 seconds. Really??
I am certain that my program is not calling this api for more than 5 time in a minute. Rather, I am manually triggering the program script for my unit test.
Its just rustratiing. This cant be happening!
Looking for help.