Skip to main content
GET

Query Parameters

string
Filter by platform: tiktok or instagram.
string
Filter by account status: created_pending_warmup, warming_up, or ready.
number
default:"50"
Number of accounts to return (max 100).
string
Cursor for pagination. Pass the nextCursor value from the previous response to get the next page. Omit for the first page.

Response

array
Array of account objects.
boolean
Whether there are more accounts beyond this page.
string
Cursor to pass as the cursor query parameter to retrieve the next page. null when there are no more pages.

Error Responses

Unauthorized
Invalid Platform
Invalid Status
Invalid Cursor
Server Error