Skip to main content
POST
Issue Web Session Ticket

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
redirect
string
required

Where to send the browser once the session cookie is set. Must be a URL of this platform (API, console or workspace pages), or a root-relative path.

expiresIn
number

Requested ticket lifetime in seconds (clamped server-side; default 60s, cap 300s).

Response

Success Response

ticket
string

Opaque single-use ticket. Never log it.

url
string

Ready-to-open exchange URL carrying the ticket.

expiresIn
number

Ticket lifetime in seconds.

expires
string

ISO date at which the ticket expires.