Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.cashful.africa/api/canary/authentication/forget-password \ --header 'Content-Type: application/json' \ --data ' { "email": "john.doe@example.com" } '
{ "success": { "success": true } }
Send a password reset email to the user
The email address of the user
"john.doe@example.com"
Password reset email sent
{ "success": true }