Returns detailed information about a specific lock session, including all segment history.
cURL
curl --request GET \ --url https://dashboard.researchanddesire.com/api/v1/lkbx/sessions/{id} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": { "id": 7, "bubbleId": "session-007", "publicId": "pub-007", "ownerId": 42, "name": "Weekend Lock", "lockState": "locked", "duration": 172800, "startDate": "2026-02-16T18:00:00Z", "isActive": true, "LockSegment": [ { "id": 1, "type": "start", "createdAt": "2026-02-16T18:00:00Z", "isLocked": true } ] } }
API tokens can be created in the Dashboard settings. Requires an Ultra subscription.
The lock session ID
x >= 1
7
Lock session with segments
Show child attributes
Was this page helpful?
Contact support