/bff/presence/entity-touch
Stamps the caller as currently viewing the (entity, entityCode) pair and returns the list of recent viewers from the same organisation. Intended to be polled by the admin UI every ~10 s while a member has an entity detail open.
PresencepostBffPresenceEntity-touch
Parameters
2 body
Body · 2
entitystringRequiredEntity type code, e.g. "order".
Length: 1–32
entityCodestringRequiredPublic identifier of the entity (hash/slug/code).
Length: 1–255
Request
POST /bff/presence/entity-touch
curl -X POST "https://api.bizkithub.com/bff/presence/entity-touch" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"entity": "example_entity",
"entityCode": "example_entityCode"
}'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.