Password
Copy Page
ProfitFlow
Account
Authentication
Login
Register new user
Get current user
Logout
Refresh token
Password
Request password reset
POST
Reset password
POST
Change password
POST
Profile
Update current user
Delete account
DELETE
Categories
List categories
GET
Get category
GET
Units
List available units
GET
Get unit details
GET
Investors
List investors
GET
Get investor details
GET
Get investor portfolio
GET
Investment Requests
Create investment request
POST
List investment requests
GET
Portfolio
Get portfolio performance
GET
Get transaction details
GET
List transactions
GET
KYC
List uploaded documents
GET
Upload identity document
POST
Get KYC status
GET
Dashboard
Get investment marketplace
Distributions
List distributions
Get distribution details
List payouts
Get payout details
Statements
Download profit statement
Download tax records
Download portfolio summary
Notifications
List notifications
Get notification
Mark notification as read
Mark all as read
Register FCM token
Clear FCM token
Settings
Get app settings
Update app settings
Legal
Get privacy policy
Get terms of service
Get investment disclaimer
Marketplace
Get app configuration
Withdrawal Requests
Create withdrawal request
List withdrawal requests
Category Memberships
List memberships
Create membership
Available categories for enrollment
Get membership details
Public
Browse investment units (guest)
View unit details (guest)
Browse investment categories (guest)
View category details (guest)
Schemas
User
Category
Error
Unit
Investor
ValidationError
Portfolio
PaginationLinks
PaginationMeta
UnitDetail
InvestmentRequest
PublicUnit
InvestmentRequestWithUnit
Notification
WithdrawalRequest
CategoryMembership
Transaction
NotificationDataPayloads
WithdrawalRequestWithUnit
TransactionDetail
RegisterFcmTokenRequest
PortfolioPerformance
KycDocument
KycStatus
Dashboard
DashboardTrend
DashboardActivity
Marketplace
Distribution
FeaturedCategory
Payout
SimpleCategory
Settings
TopGainerUnit
NotificationSettings
NewListingUnit
LegalContent
AppConfig
IconOption
BadgeOption
ColorOption
PublicCategory
Password
Copy Page
Request password reset
POST
/auth/forgot-password
Try it
Run in Apidog
Run in Apidog
Sends a password reset link to the user's email.
Request
Body Params
application/json
Required
Generate Code
Example
{
"email"
:
"ahmed@example.com"
}
Responses
🟢
200
application/json
Reset link sent
Body
Generate Code
Example
{
"success"
:
true
,
"message"
:
"Reset link sent"
}
ðŸŸ
422
Modified atÂ
2026-03-12 00:48:26
Previous
Refresh token
Next
Reset password