v2
latestOpenAPI 3.1.02026-08-075421692.0 MBList accounts
Returns connected social accounts. Only includes accounts within the plan limit by default. Follower data requires analytics add-on. Supports optional server-side pagination via page/limit params. When omitted, returns all accounts (backward-compatible). page and limit must be supplied together; out-of-range page/limit values are rejected with 400 rather than silently clamped.
Query parameters
Filter accounts by profile ID. Must be a valid ObjectId.
Filter accounts by platform (e.g. "instagram", "twitter").
Filter accounts by connection status. connected returns healthy accounts; disconnected returns accounts that need reconnection (per the same reconnection check surfaced in the dashboard). Omit to return accounts in any status. When combined with page/limit, pagination totals reflect the filtered result set.
When true, includes accounts from over-limit profiles.
Page number (1-based). Must be provided together with limit to enable server-side pagination; sending only one of the two returns 400. Omit both for all accounts.
Page size. Must be provided together with page; sending only one of the two returns 400.
Response
Accounts (with optional pagination)