Get lock template by ID
Returns detailed information about a specific lock template.
Authorizations
AuthorizationstringheaderrequiredAPI tokens can be created in the Dashboard settings. Requires an Ultra subscription.
Path Parameters
idintegerpathrequiredThe lock template ID
Required range: x ≥ 1
Example: 1
Response
200application/jsonLock template details
Lock template details
okbooleanrequireddataobjectrequiredShow child attributes
idintegerTemplate ID
ownerIdintegerOwner user ID
namestringTemplate name
durationintegerLock duration in seconds
isRandomDurationbooleanWhether duration is randomized
minDurationinteger | nullMinimum duration if random
maxDurationinteger | nullMaximum duration if random
isBreakEnabledbooleanWhether breaks are allowed
breakRegularityintegerBreak interval in seconds
breakMaximumintegerMaximum break duration
breakPenaltyintegerPenalty for exceeding break
breakKeyholderOnlybooleanOnly keyholder can grant breaks
isDeepthroatEnabledbooleanDTT integration enabled
deepthroatTimeReductionintegerTime reduction per DTT session
isShameEnabledbooleanShame feature enabled
shameTimeAddintegerTime added for shame
isEmergencyUnlockEnabledbooleanEmergency unlock available
isPublicbooleanWhether publicly accessible
isPubliclyListedbooleanWhether listed publicly
isTestLockbooleanWhether this is a test lock
isTimeDisplayedbooleanWhether remaining time is shown
createdAtstring<date-time>Creation timestamp
400application/jsonInvalid request parameters
Invalid request parameters
okbooleanrequirederrorstringrequired401application/jsonAuthentication required or token invalid
Authentication required or token invalid
okbooleanrequirederrorstringrequired404application/jsonLock template not found
Lock template not found
okbooleanrequirederrorstringrequired