Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
isLoggedInbooleanRequiredWhether the user is currently logged in.
{
"isLoggedIn": false
}GET /bff/account/
curl -X GET "https://api.bizkithub.com/bff/account/" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.