latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

whatsapp

List WhatsApp accounts

Retrieves all WhatsApp accounts associated with your user.

Permission: Access is managed by the WhatsApp service. No specific API token permission is checked.

Monitoring: No impact.

get/whatsapp/accounts

Response

Successful operation — returns the list of WhatsApp accounts.

account_namestring
account_namespacestring
account_numberinteger
account_uuidstring uuid
application_idstring uuid
creation_datestring date-time
statusstring
team_idinteger
update_datestring date-time
usersinteger[]
uuidstring uuid
waba_idstring

Example response

[
  {
    "account_name": "Account",
    "account_namespace": "6bf15414_2a1e_4fb7_908a_e3dcba477054",
    "account_number": 123456789,
    "account_uuid": "62960521-fa29-11ed-abf8-002590bb0d88",
    "application_id": "d282b4a1-7f70-444a-8645-ec3fa6103e29",
    "creation_date": "2023-05-24T11:51:58.973281Z",
    "status": "ACTIVATED",
    "team_id": 1,
    "update_date": "2024-04-16T15:22:14.326989Z",
    "users": [
      1
    ],
    "uuid": "63960521-fa29-11ed-abf8-002590bb0d88",
    "waba_id": "12253324126"
  }
]