/bff/account/create-login-attempt
Creates a login attempt record and returns an identifier used for the subsequent /login call.
AccountpostBffAccountCreate-login-attempt
Parameters
1 body
Body · 1
usernamestringRequiredUsername (email) to create a login attempt for.
Request
POST /bff/account/create-login-attempt
curl -X POST "https://api.bizkithub.com/bff/account/create-login-attempt" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"username": "janbarasek@gmail.com"
}'Response
JSON payload
{
"success": true,
"identifier": "03oq7hsu9Iv70QogX0vBIcjDElj27WWe"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.