Mint or regenerate a status page's kiosk (TV mode) token
POST/api/v1/orgs/:org/status-pages/:statusPageUid/kiosk-token
Mints the page's single kiosk token — a long-lived, revocable, per-page secret a wallboard presents as a kiosk query parameter so an office TV can render a password or private page unattended. It grants READ-ONLY view of this one page and nothing else.
The plaintext is returned HERE AND NOWHERE ELSE: only its sha256 is stored, so an operator who loses it regenerates rather than recovers. Calling this on a page that already has a token REPLACES it, which immediately invalidates the screen using the old one.
Request
Responses
- 201
- 401
- 404
The newly minted token (shown once)
Authentication required
Resource not found