Documentation Index
Fetch the complete documentation index at: https://docs.schedkit.net/docs/llms.txt
Use this file to discover all available pages before exploring further.
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