📡 Vanguard API v1

⚠️ DEPRECATED — This API version is no longer maintained and contains known security vulnerabilities. Migrate to v2.

Endpoints

GET /api/v1/users — List all users (no auth required)
GET /api/v1/users/{id} — Get user by ID (IDOR)
GET /api/v1/users?search= — Search users (SQL injectable)
PUT /api/v1/users/{id} — Update user (mass assignment)
GET /api/v1/orders/{id} — Get order (IDOR)
GET /api/v1/config — API configuration (info disclosure)

Interactive Swagger UI →