#taylan - Customer Data
1 messages · Page 1 of 1 (latest)
Hello! Can you give me a little more information? What customer data do you want, and how do you want to access it (like API or Sigma)?
You can use the list Customers API: https://stripe.com/docs/api/customers/list
I recommend using auto-pagination: https://stripe.com/docs/api/pagination/auto
If you have 1,000 Customers you can get their information using that API in 10 requests, each with limit set to 100.
how many request I can make in one second?
Our rate limits are documented here: https://stripe.com/docs/rate-limits
thanks for this, have a nice day