/bff/account/audit-login-attempts
Returns audit log of login attempts for the authenticated user with geo information.
AccountgetBffAccountAudit-login-attempts
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/account/audit-login-attempts
curl -X GET "https://api.bizkithub.com/bff/account/audit-login-attempts" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"currentIp": "example_currentIp",
"currentLocation": "example_currentLocation",
"itemCount": 0,
"items": [
{
"id": 0,
"committed": false,
"ip": "example_ip",
"insertedDate": "example_insertedDate",
"relativeDate": "example_relativeDate",
"location": "example_location"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.