Returns the most recent lock session with all segment history. Returns null if no sessions exist.
cURL
curl --request GET \ --url https://dashboard.researchanddesire.com/api/v1/lkbx/sessions/latest \ --header 'Authorization: Bearer <token>'
200
sessionExists
{ "ok": true, "data": { "id": 7, "name": "Weekend Lock", "lockState": "locked", "isActive": true, "LockSegment": [ { "id": 1, "type": "start", "isLocked": true } ] } }
API tokens can be created in the Dashboard settings. Requires an Ultra subscription.
Latest session or null
Show child attributes
Message when no sessions found
Was this page helpful?