Endpoint
Overview
Retrieve a list of accounts with optional filtering by tag, organization group, or user group. If no filters are provided, returns all accounts for your organization. Supports keyset pagination vialimit/cursor — pass limit to page through results
newest-first, using each response’s nextCursor to fetch the next page.
Request Body
string
Filter accounts by tag
'tiktok' | 'instagram'
Filter accounts by platform
string
Filter accounts by organization group
string
Filter accounts by user group
'pending' | 'initialized' | 'setup' | 'error'
Filter accounts by status
number
Max rows to return. Omit to fetch all matching accounts (no pagination).
string
Opaque cursor from a previous response’s
nextCursor, to fetch the next page. Results are
ordered newest-first.Response
Account[]
Array of account objects matching the filters
string | null
Present when
limit was passed. Pass back as cursor to fetch the next page; null means
there are no more pages.