Skip to content
  • Auto
  • Light
  • Dark
Download Beeper

Accounts

Accounts

Accounts operations

List connected accounts
client.accounts.list(RequestOptionsoptions?): AccountListResponse
get/v0/get-accounts
ModelsExpand Collapse
Account { accountID, network, user }

A chat account added to Beeper

accountID: string

Chat account added to Beeper. Use this to route account-scoped actions.

network: string

Display-only human-readable network name (e.g., 'WhatsApp', 'Messenger'). You MUST use 'accountID' to perform actions.

user: User

A person on or reachable through Beeper. Values are best-effort and can vary by network.