Returns the currently active lock session for your account, including segment history. Returns null in the data field if no session is active.
null
data
cURL
curl --request GET \ --url https://dashboard.researchanddesire.com/api/v1/lkbx/session/current \ --header 'Authorization: Bearer <token>'
200
activeSession
{ "ok": true, "data": { "id": 7, "lockState": "locked", "duration": 172800, "startDate": "2026-02-16T18:00:00Z", "isActive": true, "LockSegment": [ { "type": "start", "createdAt": "2026-02-16T18:00:00Z", "isLocked": true } ] } }
API tokens can be created in the Dashboard settings. Requires an Ultra subscription.
Active lock session or null
Show child attributes
Was this page helpful?
Contact support