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
Version v0.1.0
Content type application/json
Auth Session cookies + CSRF

Authentication

Sign-in, sessions, two-factor, and OAuth.

  • POST /auth/login
  • POST /auth/google
  • GET /auth/session
  • POST /auth/logout

Users & sessions

User administration and session management.

  • GET /users
  • GET /sessions
  • POST /sessions/revoke-others

Email

Providers, templates, and delivery logs.

  • GET /email-providers
  • GET /email-templates
  • GET /email-logs

Platform

Media uploads, health, and security helpers.

  • POST /media
  • GET /health
  • GET /csrf