The remote server returned an error: (429)

Hi Team,

We used Get v3/accounts API in PowerShell script, we are getting the error “The remote server returned an error: (429)” in case of account doesn’t exist in source.
API syntax is as:-
https://{sailpointtenant}.api.identitynow.com/v3/accounts?filters=sourceId eq “souceid” and name eq “accountname”

Any workaround to stop this error message.

Thanks,
Hemant

Hello @Hemant-Nailwal,

The 429 response is related to rate limiting. There is a rate limit of 100 requests per access_token per 10 seconds for V3 API calls through the API gateway.

Can you ensure that your PowerShell script does not exceed this rate limit?