Mint a live-view token
Checkouts
Mint a live-view token
Returns a short-lived JWT pinned to this one checkout, and the URL to open with it. The checkout id alone gets you nothing — the token is what gates the stream.
The view is read-only by construction: no input path exists from the embed to the browser.
Requires the checkouts.write scope (it is a POST).
POST
Mint a live-view token
Authorizations
Authorization: Bearer ck_test_… or ck_live_…. There is no other auth scheme — no query-string keys, no request signing, no OAuth.
Path Parameters
The checkout id returned at creation.