{
"eventId": "evt_8901234567890123",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "logged_in",
"eventData": {
"deviceId": "1234567890:12@s.whatsapp.net"
}
}Session
Logged in event
System event emitted when the user is logged in (pair success). This is a system event — it is always delivered regardless of event filter configuration and cannot be opted out of.
WEBHOOK
logged_in
{
"eventId": "evt_8901234567890123",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "logged_in",
"eventData": {
"deviceId": "1234567890:12@s.whatsapp.net"
}
}Body
application/json
Unique event identifier
The ID of the WhatsApp instance that generated the event
The timestamp when the event was received
The type of event
Available options:
logged_in Show child attributes
Show child attributes
Response
200
Return a 200 status to indicate that the data was received successfully
⌘I