Skip to main content
POST
Login

Body

application/json

Body of POST /admin/api/v1/auth/login.

Single-tenant: there is no username field — the standalone has one admin row identified by the singleton primary key.

password
string
required

Response

Successful Response

Bare-success body for login / logout / change-password.

Login + logout side-effects (session cookie set/cleared) are carried on the HTTP response itself; the body just acknowledges the outcome.

ok
boolean
required
Last modified on May 22, 2026