GET
/
profiles

Get all the profiles associated with the primary profile. The Primary Profile is not returned in the results.

For security, the Profile Keys are not returned via this GET call. Please see here for more information.

Header Parameters

Authorization
string
required
Format: Authorization: Bearer API_KEY. See API overview for more information.

Query Parameters

title
string

Return only the profile associated with the URL encoded title.

refId
string

Return only the profile associated with the given refId. The refId was returned during the profile creation or from the /user endpoint.

hasActiveSocialAccounts
boolean

If 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).

includesActiveSocialAccounts
array

Filter profiles to include those whose 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: facebook, instagram, linkedin, pinterest, gmb, reddit, youtube, tiktok, twitter.