#dazzling_chipmunk_99376

1 messages · Page 1 of 1 (latest)

vagrant gladeBOT
dense kayak
#

is there an api query that can give me a list of all customers for my business who have more than one active subscription

polar rune
#

There's no single API endpoint for this unfortunately.

#

You can list all subscriptions which should have customer IDs (duplicated if customer has multiple subs)

#

But you can deduplicate the list

dense kayak
#

so basically i'd have to either list all customers, iterate thru them and collect all customers with more than 1 subscription, or list all subscriptions, iterate and count all occurrences of customer ids

polar rune
#

Correct

dense kayak
#

ok

#

thanks

vagrant gladeBOT