v1.0.0 — Internal API service. All endpoints require x-api-key header.
| Method | Path | Description |
|---|---|---|
| GET | /api/health | Health check (public) |
| POST | /api/auth/register | Register new user |
| POST | /api/auth/login | Verify credentials |
| POST | /api/auth/google | Upsert Google OAuth user |
| GET | /api/users | List all users (admin) |
| GET | /api/users/:id | Get user by ID |
| PATCH | /api/users/:id | Update user |
| DELETE | /api/users/:id | Delete user (admin) |