DocsAPI ReferenceAccount/bff/account/logout
postAccountAdmin BFF

/bff/account/logout

Logs out a specific session or all other sessions for the authenticated user.

AccountpostBffAccountLogout

Parameters

2 body

2 total
Body · 2
identityIdstring

Identity to log out (defaults to current session).

logoutAllOtherboolean

Log out all other sessions instead.

Request

POST /bff/account/logout

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

Get API Key