v2
latestOpenAPI 3.1.02026-07-26274982.6 KBLock Sessions
List lock sessions
Returns a summary list of all lock sessions you have access to (past and present). Includes sessions owned by linked users — e.g. a lockee you keyhold for — alongside your own; use ownerId to distinguish owners.
get/lkbx/session
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
}
}
}