phones
Mint a live-view token
Mints a fresh live-view token (and hosted viewer URL) for an active session, per the session's allocate-time live_view settings: token-mode sessions re-issue the bearer link allocate returned once, org-mode sessions exchange the caller's identity. Refused for sessions allocated with live_view.disabled, for inactive sessions, and for sessions outside the caller's organization (reads as not found). Sharp edge: the returned URL embeds the token and is a bearer capability — whoever holds it can watch (and, unless the session was allocated view-only, drive) the phone until the session ends, at which point both stop working.
post/phones/sessions/{session_id}/live-view-token
Path parameters
session_idstring uuid required
Phone session identifier
Phone session identifier
Response
OK
Example response
{
"$schema": "/api/v1/PhoneLiveViewTokenResponse.json"
}