User Reset Password API - Merevoli-DatLuu/SocialNetworkAPI GitHub Wiki
user/reset-password - Khôi phục mật khẩu tài khoản
HTTP/1.1 POST /api/v1/user/reset-password
- Permission:
everyone - Require Logged In:
false
Parameter:
| Field | Method | Type | Description | Required |
|---|---|---|---|---|
| POST | string | email người dùng | * |
Success 200:
| Field | Type | Description |
|---|---|---|
| status | string | Trạng thái |
| message | string | Thông báo chi tiết |
Example:
{
"status": "success",
"message": "The valid code has been sent your inbox"
}
Images

Hệ thống sẽ gửi OTP code qua hộp thư của người dùng
