Server Info
Key Endpoints
-
POST
api/users/register/
Step 1 — create account
-
POST
api/users/otp/verify/
Step 2 — verify OTP
-
POST
api/users/register/complete/
Step 3 — complete profile
-
POST
api/v1/auth/token/
Login — obtain JWT tokens
-
POST
api/v1/auth/token/refresh/
Refresh access token
-
GET
api/users/detail/
Authenticated user profile
-
GET
admin/
Django admin panel
Quick Access