List tracked accounts
Tracked Accounts
List tracked accounts
List the active + sleeping tracked X accounts for the authenticated user
GET
List tracked accounts
Lists the user’s tracked accounts. Discovery surface for the sleep / wake / change-tier verbs. There is no
For subscription summary + credits + budgets, see GET /api/v2/me.
POST /api/v2/accounts - tracked accounts are upserted as a side effect of stream creation (see POST /api/v2/streams).
Example
Response
Response fields
| Field | Type | Description |
|---|---|---|
active[] | array | Currently-tracked accounts (synced + billed) |
sleeping[] | array | Accounts that have been slept (paused; not billed) |
tier | enum | "starter", "growth", "pro" |
assignedSegmentIds[] | number[] | Segment IDs assigned via any active stream containing this account |
pendingTier | enum or null | Scheduled tier change effective at pendingTierEffectiveAt (end of billing period) |