If you're getting the following error while using Pinterest " You have exceeded your rate limit. Try again later.", here's the reason for the same -
Looks like Pinterest is giving us the authentication error because of a rate-limiting issue. Pinterest has enacted strict limits to the number of times each day that we can make requests to their systems for new data. Whenever the limit is reached, they will return these error messages. There isn't much we can do about this as the limits have been set from their end.
This change can also be found here on Pinterest’s developer doc: https://developers.pinterest.com/docs/api/v5/#tag/Rate-limits
As a workaround, please add a step of a 1 min delay just above the Pinterest step.
Looks like Pinterest is giving us the authentication error because of a rate-limiting issue. Pinterest has enacted strict limits to the number of times each day that we can make requests to their systems for new data. Whenever the limit is reached, they will return these error messages. There isn't much we can do about this as the limits have been set from their end.
This change can also be found here on Pinterest’s developer doc: https://developers.pinterest.com/docs/api/v5/#tag/Rate-limits
As a workaround, please add a step of a 1 min delay just above the Pinterest step.