Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Retrieve Customer API endpoint is returning HttpClientErrorException 429 "Too many requests"
The following endpoint https://connect.squareup.com/v2/customers/{customer_id} is returning 429 "Too many requests".
Please note that I am calling this API while multithreading. But, this exception is returned for simultaneous 5 or 6 requests also. Can you please let me know the rate limit per second/minute for this API, so that I can handle this exception accordingly.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
Chad

11-02-2018
03:20 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hello @BirdEye, welcome to the Seller Community!
We don't publicly disclose the rate limit for our API's, but you could implement an exponential back-off method to reduce the amount of times it occurs.
Hopefully this helps! 🙂
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report