Swiniot
  1. Door Lock Command Dispatch
  • Swiniot Open Platform
    • API LIST
      • Token Acquisition and Usage Guide
      • Electricity Meter API
        • Query total electricity meter count
        • Query single electricity meter information
        • Query electricity meter recharge records
        • Query electricity consumption of a single meter
        • Query all electricity meter information
        • Query three-phase meter voltage, current, and power
        • Bind electricity meter
        • Unbind electricity meter
        • Electricity meter recharge
        • Electricity meter reading reset
        • Electricity meter switch
        • Set electricity price
        • Switch electricity meter payment mode
        • Electricity meter operation log
        • Bluetooth switch
        • Bluetooth switch - response
        • Bluetooth meter reading
        • Bluetooth meter reading - response
        • Bluetooth recharge
        • Bluetooth recharge - response
      • Water Meter API
        • Water meter recharge - Bluetooth
        • Water meter recharge - Bluetooth -response
        • Query total water meter count
        • Query single water meter information
        • Query water meter recharge records
        • Query water consumption of a single water meter
        • Batch query all water meter information
        • Add water meter
        • Water meter reading reset
        • Water meter operation log
        • Water meter recharge
        • Modify water price
        • Modify water meter payment mode
        • Valve-controlled water meter open/close valve
      • Super Gateway Door Lock API
        • Door Lock Command Dispatch
          • Door lock Bluetooth initialization command
            GET
          • Add, edit, or delete landlord password (only one password allowed)
            GET
          • Add, edit, or delete tenant password (only one password allowed)
            GET
          • Open door
            GET
          • Call the disconnect remote command before connecting via Bluetooth. Otherwise, the Bluetooth connection will fail.
            GET
          • Unbind door lock
            GET
          • Door card operations (add, delete, etc.)
            GET
          • Fingerprint operations (add, delete, etc.)
            GET
        • Door Lock Callback Commands
          • Door lock initialization callback API
          • API to call after door lock initialization is complete
          • Landlord password add, delete, or update callback API
          • Tenant password add, delete, or update callback API
          • Open door callback
          • Door lock unbind callback API
          • Door card Bluetooth callback API
          • Fingerprint Bluetooth callback API
        • Door lock list
          GET
  1. Door Lock Command Dispatch

Fingerprint operations (add, delete, etc.)

GET
https://api.swiniot.com/open/sw/send/addFinger
Fingerprint API. transCode: start = initiate fingerprint addition (Bluetooth only), delete = remove, update = modify, freeze = freeze, unfreeze = unfreeze (all except start support both Bluetooth and remote)

Request

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 'https://api.swiniot.com/open/sw/send/addFinger?sn=40717260100000&transCode=start&bluetooth=true&start=2026-06-01%2012%3A00%3A00&end=2027-06-01%2012%3A00%3A00&id%20=10'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{}
Modified at 2026-06-12 06:52:53
Previous
Door card operations (add, delete, etc.)
Next
Door lock initialization callback API
Built with