#geeza5752-api
1 messages · Page 1 of 1 (latest)
hi! there's no 'batch' API call supported per se, no
so you'd just write a loop in your code to loop the IDs and call https://stripe.com/docs/api/customers/retrieve for each
Yes but if I have a long list of IDs for example
100+
And I needed the same specific data values retrieved from each ID, all at once
that doesn't really change anything I'm afraid, there's no batch/bulk API
you just have to loop and make the retrieve calls. Or store the info in your database. Or use our Sigma product to access the data with an SQL-like call(https://stripe.com/docs/sigma) . There aren't any other options.