Sifely Open API
  1. Lock Manager
Sifely Open API
  • Overview
  • Quick start
  • OAuth Manager
    • Login
      POST
    • Get authorization_code
      POST
    • Get token refresh token
      POST
  • Key Manager
    • Get Ekeys by account
      POST
    • Send ekey
      POST
    • Delete ekey
      POST
  • Passcode Manager
    • Random a passcode with offline
      POST
    • Create passcode
      POST
    • Change passcode
      POST
    • Delete passcode
      POST
    • Get passcode
      GET
  • Lock Manager
    • Unlock a lock via gateway
      POST
    • Lock the lock via gateway
      POST
    • Get lock details
      GET
    • Get keys of a lock
      GET
    • Passcode list
      GET
    • Get Lock open state
      GET
    • Get the owner lock list of an account
      POST
  • Group Manager
    • Group list
      GET
  • Card Manager
    • Get IC card list
      GET
    • Assigns IC card
      POST
    • Delete a IC card from a lock
      POST
  • FingerPrint Manager
    • FingerPrint list
  • Records Manager
    • Get unlock records by lockId
  • Gateway Manager
    • Gateway details
    • Lock's gateways
    • Gateway's locks
  • Schemas
    • Schemas
      • ChallengeDTO
      • KeyListDTO
      • CommandsDTO
      • ListDTO
      • CookieDTO
      • CustomDataDTO
      • Devices
      • DevicesDTO
      • DirectiveDTO
      • PwdListDTO
      • EndpointDTO
      • ExecutionDTO
      • GoogleRequestVO
      • GoogleResponseVO
      • UserInfoDTO
      • Grant
      • Grantee
      • HeaderDTO
      • InputsDTO
      • LoginBody
      • ParamsDTO
      • PayloadDTO
      • RemindConfigVO
      • ResultWrapper«string»
      • RemindersConfigMembersVO
      • Result«List«RemindConfigVO»»
      • Result«string»
      • R«List«UserEntity»»
      • R«UserEntity»
      • R«string»
      • Scope
      • ScopeDTO
      • SmartHomeRequest
      • SysMessageTemplate
      • TableDataInfo
      • UserEntity
      • WixAddOrderVO
    • KeyInfo
    • CardInfo
    • FingerInfo
    • CardAddDTO
    • GroupInfo
    • LockDetailDTO
    • LockVersion
    • GatewayDetailDTO
    • OpenStateDTO
    • OauthDTO
    • PwdAddDTO
    • PwdInfo
    • ListByLockDTO
    • ListData«ListByLockDTO»
    • YesOrNotDTO
    • Page«CardInfo»
    • Page«FingerInfo»
    • ListData«ListLockDTO»
    • ResultWrapper«Map«string,string»»
    • Page«GroupInfo»
    • ListLockDTO
    • Page«KeyInfo»
    • Page«PwdInfo»
    • Page«RecordInfo»
    • RecordInfo
    • ResultWrapper«SysAppClientDetails»
    • ResultWrapper«object»
    • SysAppClientDetails
  1. Lock Manager

Get lock details

test-envirement
https://dev-alexa.sifely.com
test-envirement
https://dev-alexa.sifely.com
GET
/v3/lock/detail

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev-alexa.sifely.com/v3/lock/detail?lockId' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
*/*
OK
Body

Example
{
    "adminPwd": "ODUsODcsODEsODQsODQsODAsODMsODIsODAsODQsMjc=",
    "aesKeyStr": "cf,47,9f,cb,97,b5,e3 ,52,f9,cf,9c,98,93,f9,95,be",
    "autoLockTime": 5,
    "deletePwd": "string",
    "displayPasscode": 0,
    "electricQuantity": 25,
    "featureValue": "C2F44654CF5F7",
    "firmwareRevision": "6.4.20.221216",
    "hardwareRevision": "2.2.1",
    "hasGateway": 0,
    "isFrozen": 2,
    "keyboardPwdVersion": 4,
    "lockAlias": "Sifely- S-Z_bd2270",
    "lockFlagPos": 0,
    "lockId": 14419484,
    "lockKey": "OTcsMTAwLDEwMSw5OCwxMDIsOTgsMTAwLDk4LDEwMCw5Niw0Nw==",
    "lockMac": "2B:93:6D:70:22:BD",
    "lockName": "Sifely-S-Z_bd2270",
    "lockUpdateDate": "2019-08-24T14:15:22.123Z",
    "lockVersion": {
        "groupId": 0,
        "orgId": 0,
        "protocolType": 0,
        "protocolVersion": 0,
        "scene": 0
    },
    "noKeyPwd": "4757335",
    "openDirection": 2,
    "passageMode": 2,
    "passageModeAutoUnlock": 2,
    "privacyLock": 1,
    "resetButton": 1,
    "sensitivity": -1,
    "soundVolume": 5,
    "specialValue": 1699542519,
    "tamperAlert": 2,
    "timezoneRawOffset": 28800000,
    "wirelessKeypadFeatureValue": 0
}
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Modified at 2025-01-23 03:56:39
Previous
Lock the lock via gateway
Next
Get keys of a lock
Built with