Skip to main content
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 return page_likes when that is the only count the Page gives Mallary.
  • A TikTok connection made without audience stats access returns permission_required until it is reconnected with that access.
  • LinkedIn returns permission_required until Mallary adds the permission it needs.
  • Other platforms may return unsupported when they do not provide an account audience count.
Mallary does not add the counts together. The same person may follow more than one account.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer {api_key}

Query Parameters

profile_id
string

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"

Response

Audience counts retrieved

status
enum<string>
required
Available options:
ok
data
object
required
Last modified on August 20, 2026