Sifely Open API
  1. Gateway 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
    • Assigns IC card
    • Delete a IC card from a lock
  • FingerPrint Manager
    • FingerPrint list
  • Records Manager
    • Get unlock records by lockId
  • Gateway Manager
    • Gateway details
      POST
    • Lock's gateways
      POST
    • Gateway's locks
      POST
  • 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. Gateway Manager

Lock's gateways

test-envirement
https://dev-alexa.sifely.com
test-envirement
https://dev-alexa.sifely.com
POST
/v3/gateway/listByLock
Get the list of gateways to which the lock is connected

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/gateway/listByLock?lockId' \
--header 'Authorization: <api-key>'

Responses

🟢200OK
*/*
OK
Body

Example
{
    "list": [
        {
            "gatewayId": 0,
            "gatewayMac": "string",
            "gatewayName": "string",
            "rssi": 0,
            "rssiUpdateDate": 0
        }
    ]
}
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2026-01-06 06:17:27
Previous
Gateway details
Next
Gateway's locks
Built with