DocsAPI ReferenceAccount/bff/account/restore-personal-account
postAccountAdmin BFF

/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

1 total
Body · 1
emailInputstringRequired

Email address of the account to restore.

Request

POST /bff/account/restore-personal-account

post
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.

Get API Key