v2
latestOpenAPI 3.1.02026-07-26274982.6 KBLock Sessions
List lock sessions
Returns all lock sessions you have access to (past and present) with their segment history, ordered by most recent first. Includes sessions owned by linked users — e.g. a lockee you keyhold for — alongside your own; use ownerId to distinguish owners.
get/lkbx/sessions
Query parameters
limitinteger
Example:50
Number of records to return (default 50, max 100)
offsetinteger
Number of records to skip (default 0)
Response
List of lock sessions
Example response
{
"data": {
"pagination": {
"limit": 50
}
}
}