Skip to content

GET /setup

GET
/setup
curl --request GET \
--url https://example.com/setup

Warren-48f8: setup-code redemption; anonymous by necessity — the code IS the auth. 404 unless the boot armed the handoff (src/server/setup-handoff.ts).

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"
}
}