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, TikTok, X, Pinterest, and Bluesky return
followers. Facebook may returnpage_likeswhen that is the only count the Page gives Mallary. - A TikTok connection made without audience stats access returns
permission_requireduntil it is reconnected with that access. - LinkedIn returns
permission_requireduntil Mallary adds the permission it needs. - 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 20, 2026

