Skip to main content

Is there a way that we can get the total number of active profiles available in a clients Klaviyo database via an API call?

Hi there @jonoroy,

Welcome to the Community!

So there's not an API call to pull from the Profiles tab directly for the count. If you create a segment with definition: "Is not suppressed", you will get a segment of all your active profiles. Then you can use our "Get List & Segment Members" API to get all emails in the "active profiles" segment you create and tally up in excel or with some coding to count it up.

 

Hope that helped,
Alex


Thanks for the prompt reply Alex, thats super useful.