/bff/account/restore-personal-account
Sends a password reset email to the specified address if a matching account exists.
AccountpostBffAccountRestore-personal-account
Parameters
1 body
Body · 1
emailInputstringRequiredEmail address of the account to restore.
Request
POST /bff/account/restore-personal-account
curl -X POST "https://api.bizkithub.com/bff/account/restore-personal-account" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"emailInput": "user@example.com"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.