Authentication Service
A comprehensive list of all available endpoints for this microservice. For the complete NexusCart API specification, visit api.nexuscart.com.
Authentication
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/auth/register | Register a new user |
| POST | /api/auth/verify-otp | Verify email OTP |
| POST | /api/auth/login | Login to get JWT token |
| GET | /api/auth/profile | Get current user profile (Auth required) |