Skip to main content
GET
/
v1
/
whatsapp-alt
/
sessions
List WhatsApp Alternative sessions
curl --request GET \
  --url https://api.zavu.dev/v1/whatsapp-alt/sessions \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "jd7x2k3m4n5p6q7r8s9t0",
      "egress": {
        "nodeId": "<string>",
        "country": "cl"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "displayName": "<string>",
      "qrCode": "<string>",
      "phoneNumber": "+56912345678",
      "pushName": "<string>",
      "senderId": "<string>",
      "lastError": "<string>",
      "lastConnectedAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "nextCursor": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:50
Required range: x <= 100
cursor
string

Response

List of sessions.

items
object[]
required
nextCursor
string | null