Lock init
https://api.sciener.com/v3/lock/initializeCall this api after calling SDK method to add a lock. This api will create an admin ekey for current user. If lock is already added via Sciener's APP, there is no need to call this API, just call lock/list api to get the lock . After initializing a lock, the admin can send ekey or create passcode for others. Older version, refer to: https://open.sciener.com/doc/api/v3/lock/init. 1. Description
2.Response
3.Example of response
{ "lockId": 456456, "keyId": 456456 } |