Parameters
JSON body
Request body
application/jsonentitystringRequiredEntity type code, e.g. "order".
Length: 1–32
entityCodestringRequiredPublic identifier of the entity (hash/slug/code).
Length: 1–255
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.
JSON body
entitystringRequiredEntity type code, e.g. "order".
entityCodestringRequiredPublic identifier of the entity (hash/slug/code).
1 status code documented
This response returns no JSON body.
{
"success": true
}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"
}'All BizKitHub public API endpoints require authentication via API key.