Setup Admin Account
POST /api/initial-user
POST
/api/initial-user
Creates the first user. Fails if users already exist. Sets auth cookie.
Request Body required
Section titled “Request Body required ”object
email
required
string format: email
password
required
string
Responses
Section titled “ Responses ”User created successfully
object
token
The JWT token (also set in cookie)
string
Headers
Section titled “Headers ” Set-Cookie
string
HTTP-Only JWT Cookie
Setup already completed