Is there a threshold limit for invoking Safeguard APIs over a period of time?

Hi Safeguard experts,

As in the subject, I would like to know if there is any limits for invoking the Safeguard APIs in a time?

I am trying to make a few thousands API calls from a script and I got some 400 and 404 errors while I got some 200 at the beginning.

Here are some APIs I used:

Invoke-RestMethod 'xxx/.../PersonalAccounts' -Method 'POST' -Headers $headers -Body $jsonObject

Invoke-RestMethod "">xxx/.../Password" -Method 'PUT' -Headers $headers -Body $body

Invoke-RestMethod "">xxx/.../Share" -Method 'POST' -Headers $headers -Body $body

Ronald

Parents Reply Children
No Data