## List `$client->accounts->list(): AccountListResponse` **get** `/v1/accounts` Lists chat accounts across networks (WhatsApp, Telegram, Twitter/X, etc.) actively connected to this Beeper Desktop instance ### Returns - `list` - `string accountID` Chat account added to Beeper. Use this to route account-scoped actions. - `User user` User the account belongs to. ### Example ```php accounts->list(); var_dump($accounts); ```