Returns detailed information about a specific lock settings template.
cURL
curl --request GET \ --url https://dashboard.researchanddesire.com/api/v1/lkbx/templates/{id} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": { "id": 1, "ownerId": 42, "name": "Weekend Lock", "duration": 172800, "isRandomDuration": false, "isBreakEnabled": true, "breakRegularity": 3600, "isEmergencyUnlockEnabled": true, "createdAt": "2025-12-01T10:00:00Z" } }
API tokens can be created in the Dashboard settings. Requires an Ultra subscription.
The lock template ID
x >= 1
1
Lock template details
Show child attributes
Was this page helpful?
Contact support