accounts:list

List all social media accounts connected to your Simplified workspace.

Usage

simplified accounts:list [options]

Options

FlagTypeDescription
--network, -nstringFilter by platform (e.g. instagram, linkedin)

Examples

# List all connected accounts
simplified accounts:list

# Filter by platform
simplified accounts:list --network instagram
simplified accounts:list --network tiktok

Response

Returns a JSON array of account objects.

[
  {
    "id": "abc123",
    "name": "My Instagram",
    "type": "instagram",
    "picture": "https://..."
  }
]

Agent tip: Use the id field from this response as the value for --accounts / -a in all other commands.

Supported Platform Values

facebook · instagram · linkedin · tiktok · tiktokBusiness · youtube · pinterest · threads · google · bluesky