20 lines
432 B
Markdown
20 lines
432 B
Markdown
# API Notes
|
|
|
|
Base path: `/api/v1`.
|
|
|
|
Current scaffold routes:
|
|
|
|
- `GET /healthz`
|
|
- `GET /readyz`
|
|
- `POST /api/v1/auth/login`
|
|
- `POST /api/v1/auth/logout`
|
|
- `POST /api/v1/auth/refresh`
|
|
- `GET /api/v1/users`
|
|
- `POST /api/v1/users/invitations`
|
|
- `GET /api/v1/clients`
|
|
- `POST /api/v1/clients`
|
|
- `GET /api/v1/clients/:clientId`
|
|
- `PATCH /api/v1/clients/:clientId`
|
|
- `GET /api/v1/calendar/week`
|
|
- `GET /api/v1/calendar/holidays?year=2026`
|