web-session

Mint tab credentials from an ambient browser session

post/api/ui/session/bootstrap

Request body

$schemastring uri

A URL to the JSON Schema for this object.

Example request

{
  "$schema": "https://example.com/WebBootstrapInputBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

csrfstring required
expires_atstring date-time required
sessionstring required

Example response

{
  "$schema": "https://example.com/WebSessionCredentials.json"
}

Changes

Changed in 1 of the 23 revisions of this API.1