API 參考
接收事件

account.auth.succeeded

認證完成,帳號已上線。

事件載荷

{
  "id": "evt_auth_4d5e6f7a8b",
  "type": "account.auth.succeeded",
  "provider": "whatsapp",
  "account_id": "acc_8c21d0",
  "occurred_at": "2026-06-08T13:24:00Z",
  "data": {
    "account": { "provider_account_ref": "8613800138000" },
    "auth_status": "authorized",
    "runtime_status": "ready",
    "event": {
      "kind": "account_auth_status",
      "auth_status": "authorized"
    }
  }
}

備註

  • 認證已完成。若存在 data.account.provider_account_ref,請存下來;它是後續關聯訊息和回執的穩定 provider 身分。