v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
IM Channels

Long-poll WeChat QR-code scan for a workspace

Polls for QR scan progress. Returns status "wait", "scaned", "confirmed", "expired", or other terminal states. On "confirmed", bot_id is set. On "expired", qrcode_url contains a refreshed code.

post/api/workspaces/{id}/im/weixin/qr-wait

Path parameters

idstring required

Workspace id

Response

OK

bot_idstring nullable
connectedboolean required
messagestring nullable
qrcode_urlstring nullable
statusstring required
user_idstring nullable

Example response

{
  "status": "wait"
}