Re: Pinterest OAuth2 authorization flow failed for service
The 429 error means your app has made too many requests and has hit the rate limit of an API. The 429 (Too Many Requests) error is an HTTP status code is a client error sent back from the server to signal that you've reached your allowed limit.
In short, Pinterest limits how many API calls you can make to their API. How your Flow is currently setup, or how else you're using your API connection is causing your API token/credentials to reach their maximum threshold.
If you have nested loops, you could be causing issues with your Flow design itself - or the job you're trying to do is just too big for their free API limits. Pinterest could have also flagged your account for rate limit blocks.
Each app (with a unique app ID) is allowed 1000 calls per endpoint per hour for each unique user token. The 60-minute window is a sliding window based on when you make your first request. If you hit your rate limit, you’ll only have to wait a max of 1 hour to get a few more requests.
If you could provide an expanded screenshot of your Flow and steps, your Flow run history, and of any detailed error messages you're receiving we could likely better assist you. Also, for the best results, you may want to review How to write a good forum post.
If this reply answers your question or solves your issue, please ACCEPT AS SOLUTION ☑️. If you find this reply helpful, please consider giving it a LIKE.