Skip to main content

Endpoints


POST /v1/auth/login

Response 200 — sets schedkit_session HTTP-only cookie

POST /v1/auth/logout

Clears the session cookie. No body required. Response 200

GET /v1/auth/me

Returns the currently authenticated user. Works with both cookie and x-api-key auth. Response 200
Response 401 — not authenticated