Endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/auth/login | Login, set session cookie |
POST | /v1/auth/logout | Logout, clear session |
GET | /v1/auth/me | Get current user |
POST /v1/auth/login
200 — sets schedkit_session HTTP-only cookie
POST /v1/auth/logout
Clears the session cookie. No body required. Response200
GET /v1/auth/me
Returns the currently authenticated user. Works with both cookie andx-api-key auth.
Response 200
401 — not authenticated