DocsAPI ReferenceAccount/bff/account/create-login-attempt
postAccountAdmin BFF

/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

1 total
Body · 1
usernamestringRequired

Username (email) to create a login attempt for.

Request

POST /bff/account/create-login-attempt

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

Get API Key