Tech VanGuard Solution API
REST backend for authentication, user administration, email, and platform services. Authenticated clients should call the JSON endpoints below — this page is a human-friendly entry point.
Online
Production
Authentication
Sign-in, sessions, two-factor, and OAuth.
POST /auth/loginPOST /auth/googleGET /auth/sessionPOST /auth/logout
Users & sessions
User administration and session management.
GET /usersGET /sessionsPOST /sessions/revoke-others
Providers, templates, and delivery logs.
GET /email-providersGET /email-templatesGET /email-logs
Platform
Media uploads, health, and security helpers.
POST /mediaGET /healthGET /csrf