/bff/account/logout
Logs out a specific session or all other sessions for the authenticated user.
AccountpostBffAccountLogout
Parameters
2 body
Body · 2
identityIdstringIdentity to log out (defaults to current session).
logoutAllOtherbooleanLog out all other sessions instead.
Request
POST /bff/account/logout
curl -X POST "https://api.bizkithub.com/bff/account/logout" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"identityId": "example_identityId",
"logoutAllOther": false
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.