Endpoints
Get Audience Counts
Get the latest follower or subscriber count for every connected account in one Mallary profile.
GET
Get current audience counts
Mallary updates supported audience counts once every 24 hours.
Use
profile_id for a non-default profile. Omit it to use the default profile.
The response includes every connected account. count is the latest saved number when Mallary can collect it.
- YouTube returns
subscribers. - Facebook Pages, Instagram, Threads, X, and Pinterest return
followers. Facebook may returnpage_likeswhen that is the only count the Page gives Mallary. - TikTok and LinkedIn return
permission_requireduntil Mallary adds the needed permissions. - Other platforms may return
unsupportedwhen they do not provide an account audience count.
Authorizations
Use Authorization: Bearer {api_key}
Query Parameters
Connection profile to inspect. Omit to use the default profile.
Random public connection profile ID returned by GET /api/v1/profiles.
Pattern:
^[A-Za-z0-9]{6,32}$Example:
"AbC123xYz90"
Last modified on August 14, 2026
Get current audience counts

