v2

latestOpenAPI 3.1.02026-07-26274982.6 KB
Lock Sessions

Get active lock session

Returns the currently active lock session, including segment history. Returns null in the data field if no session is active. By default reads your own session; pass targetUserId to read the active session of a user you have access to — e.g. a keyholder checking the lockee's lock.

get/lkbx/session/current

Query parameters

targetUserIdinteger

Read another user's active session instead of your own. The target must be a user you have access to; otherwise the request fails with 403.

Response

Active lock session or null

oktrue required