Welcome
Post-invite profile setup
Set display name after invitation signup.
POST
/api/welcome/setupbetter-auth.session_token<token>
Cookie session from Better Auth. Requires X-Org-Id header for org-scoped routes.
In: cookie
Request Body
application/json
displayName?string
curl -X POST "https://loading/api/welcome/setup" \ -H "Content-Type: application/json" \ -d '{}'{
"ok": true
}{
"type": "https://docs.appstrate.dev/errors/unauthorized",
"title": "Unauthorized",
"status": 401,
"detail": "Invalid or missing session",
"code": "unauthorized",
"requestId": "req_abc123"
}