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
  • FingerPrint Manager
    • FingerPrint list
  • Records Manager
    • Get unlock records by lockId
  • Schemas
    • Schemas
      • CardInfo
      • FingerInfo
      • ChallengeDTO
      • KeyListDTO
      • GroupInfo
      • CommandsDTO
      • LockDetailDTO
      • ListDTO
      • CookieDTO
      • LockVersion
      • CustomDataDTO
      • OpenStateDTO
      • OauthDTO
      • Devices
      • PwdAddDTO
      • DevicesDTO
      • PwdInfo
      • DirectiveDTO
      • PwdListDTO
      • EndpointDTO
      • YesOrNotDTO
      • Page«CardInfo»
      • Page«FingerInfo»
      • ExecutionDTO
      • ResultWrapper«Map«string,string»»
      • Page«GroupInfo»
      • GoogleRequestVO
      • Page«KeyInfo»
      • GoogleResponseVO
      • UserInfoDTO
      • Page«PwdInfo»
      • Grant
      • Grantee
      • HeaderDTO
      • Page«RecordInfo»
      • InputsDTO
      • LoginBody
      • ParamsDTO
      • PayloadDTO
      • RecordInfo
      • RemindConfigVO
      • ResultWrapper«string»
      • RemindersConfigMembersVO
      • ResultWrapper«SysAppClientDetails»
      • Result«List«RemindConfigVO»»
      • ResultWrapper«object»
      • Result«string»
      • SysAppClientDetails
      • R«List«UserEntity»»
      • R«UserEntity»
      • R«string»
      • Scope
      • ScopeDTO
      • SmartHomeRequest
      • SysMessageTemplate
      • TableDataInfo
      • UserEntity
      • WixAddOrderVO
    • KeyInfo
    • CardAddDTO
  1. Lock Manager

Get the owner lock list of an account

test-envirement
https://dev-alexa.sifely.com
test-envirement
https://dev-alexa.sifely.com
POST
/v3/lock/list

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
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 POST 'https://dev-alexa.sifely.com/v3/lock/list?pageNo&pageSize&lockAlis&groupId' \
--header 'Authorization: <api-key>'

Responses

🟢200成功
*/*
OK
Body

Example
{
    "list": [
        {
            "electricQuantity": 85,
            "endDate": 1628878944000,
            "featureValue": "6C4CD1F3",
            "groupId": 7619,
            "groupName": "Home Building 4",
            "keyRight": 1,
            "keyStatus": "110401",
            "lockAlias": "Door Lock",
            "lockId": 532323,
            "lockMac": "68:9E:19:00:67:81",
            "lockName": "M102_ed8e8d",
            "noKeyPwd": "345634",
            "passageMode": 1,
            "remarks": "Water bill is due at the end of the month",
            "remoteEnable": 0,
            "startDate": 1528878944000,
            "userType": "110302"
        }
    ],
    "pageNo": 0,
    "pageSize": 0,
    "pages": 0,
    "total": 0
}
🟢201已创建
🟠401未认证
🟠403权限不足
🟠404未找到
Modified at 2025-12-12 03:19:26
Previous
Get Lock open state
Next
Group list
Built with