Skip to content

POST /runs/:id/preview/login

POST
/runs/{id}/preview/login
curl --request POST \
--url https://example.com/runs/example/preview/login

Warren-e1b0: POST, not GET — the bearer rides the Authorization header like every other /runs route instead of a ?token= query string that would land in history / Referer / proxy logs.

id
required
string

Successful response.

Error response (see src/core/errors.ts).

Media typeapplication/json
object
error
required
object
code
required
string
message
required
string
hint
string
Examplegenerated
{
"error": {
"code": "example",
"message": "example",
"hint": "example"
}
}