Modify the duration of the active lock session. Only keyholders or test lock owners can modify sessions.
cURL
curl --request PATCH \ --url https://dashboard.researchanddesire.com/api/v1/lkbx/session/current \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "duration": 86400 } '
200
Example
{ "ok": true, "data": { "id": 7, "duration": 86400, "endDate": "2026-02-17T18:00:00Z", "lockState": "locked", "isActive": true } }
API tokens can be created in the Dashboard settings. Requires an Ultra subscription.
New duration in seconds
x >= 1
User whose session to modify (defaults to authenticated user)
Lock session updated
Show child attributes
Was this page helpful?
Contact support