Receiving too many request for `/v2/catalog/list` endpoint

Hi

We have been receiving Too many request errors for the /v2/catalog/list endpoint` (429).

Here is the sample url
https://connect.squareup.com/v2/catalog/list?types=MODIFIER&cursor=CAASHAoUMTA4MjAwMjY0Mzo3ODkwNTUyMDASBBAMOGQ

Note:
We are receiving almost errors for each hour.

Can you please check and update us

Square does have rate limits but we don’t document the limits. We encourage you to handle the limit gracefully by building a retry mechanism. This mechanism should have an exponential backoff schedule to reduce requests when volume is necessary. Also some randomness wouldn’t hurt to avoid a thundering herd effect. :slightly_smiling_face: