Skip to content
  • POST /api/v1/users/auth/login β€” Login with username and password
  • POST /api/v1/users/auth/refresh β€” Refresh access token
  • GET /api/v1/users/auth/me β€” Get current user profile
  • POST /api/v1/users/auth/logout β€” Logout
  • POST /api/v1/auth/signup β€” Sign up with email and password
  • POST /api/v1/auth/verify-email β€” Verify email address
  • POST /api/v1/auth/resend-verification β€” Resend verification email
  • POST /api/v1/auth/forgot-password β€” Request password reset
  • POST /api/v1/auth/reset-password β€” Reset password
  • GET /api/v1/auth/available-regions β€” Get available server regions
  • GET /api/v1/auth/github β€” Redirect to GitHub OAuth
  • GET /api/v1/auth/github/callback β€” GitHub OAuth callback
  • GET /api/v1/auth/google β€” Redirect to Google OAuth
  • GET /api/v1/auth/google/callback β€” Google OAuth callback
Terminal window
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help