Get all the profiles associated with the primary profile.
refId
. The refId was returned during the
profile creation or from the /user endpoint.true
return only profiles that have at least one connected social account
(activeSocialAccounts
length greater than zero). If false
return only profiles with zero
connected social accounts (activeSocialAccounts
length is zero).activeSocialAccounts
contain all of the social media platforms specified in the includesActiveSocialAccounts
list. Profiles can have additional platforms in their activeSocialAccounts
beyond those listed in includesActiveSocialAccounts
and still be included in the filtered results.Values: bluesky
, facebook
, gmb
, instagram
, linkedin
, pinterest
, reddit
, snapchat
, telegram
, threads
, tiktok
, twitter
, youtube
.actionLog=10
query parameter will return the action log for the past 10 days and the reported active user count
for the past 10 days. The time period allowed is 1 day to 365 days.hasMore
flag is true
, the nextCursor
will be returned in the response.
Pass this cursor to the cursor
query parameter to return the next set of profiles.