API Reference
Receiving Events

account.auth.failed

An authentication attempt failed.

Event payload

{
  "id": "evt_auth_5e6f7a8b9c",
  "type": "account.auth.failed",
  "provider": "whatsapp",
  "account_id": "acc_8c21d0",
  "occurred_at": "2026-06-08T13:25:00Z",
  "data": {
    "auth_status": "failed",
    "runtime_status": "disconnected",
    "last_error": "logged_out_from_another_device",
    "event": {
      "kind": "account_auth_status",
      "auth_status": "failed"
    }
  }
}

Notes

  • An authentication attempt failed or an existing session was invalidated. data.last_error is machine-readable when the provider supplies a reason; start a new auth flow after surfacing the failure to the user.