Parameters
JSON body
Request body
application/jsonemailInputstringRequiredEmail address of the account to restore.
Example
user@example.comSends a password reset email to the specified address if a matching account exists.
JSON body
emailInputstringRequiredEmail address of the account to restore.
user@example.com1 status code documented
successbooleanRequiredAlways true if no error is thrown.
{
"success": false
}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"
}'All BizKitHub public API endpoints require authentication via API key.