Get All Locks
This endpoint retrieves all locks a user has access to.
Get A Single Lock
This endpoint retrieves information about a specific lock, its usage is preferred over the list lock call for performance reasons.
Get Lock Audit Trail (v1)
This endpoint retrieves all log events associated with a particular lock.
Get Lock Audit Trail (v2)
This endpoint retrieves all log events associated with a particular lock, it includes additional details over v1.
Get Audit For A User
This endpoint retrieves all log events associated with a particular user, it uses the same events as listed in the v2 audit trail endpoint.
Get Users For A Lock
This endpoint retrieves all users associated with a particular lock.
Get Locks For A User
This endpoint returns basic user information, including the user's public key and a list of the locks that the user is
Update Lock Properties
This endpoint allows the name, favourite flag and colour to be updated for an existing lock.
Get A Sentry Interactive Userβs Public Key
This endpoint is only available to users with Sentry Interactive issued auth tokens.
Lookup User Public Key (v1)
This endpoint allows retrieval of a user's public key, it provides additional flexibility to third-party application
Lookup User Public Key (v2)
This endpoint expands upon the v1 endpoint by allowing multiple query keys to be used in a single request, this allows
Unlock
This endpoint allows a device to be unlocked. Requests to this endpoint must be signed and formed as a JSON web token (JWT).
Share A Lock (v1)
This endpoint allows operations to be performed on a lock, such as lock, unlock, add/remove user. Requests to this endpoint must be signed and formed as a JSON Web Token (JWT).
Batch Share A Lock (v2)
Not all devices support this operation, check for the presence of the BATCHSHARING25 capability.
Revoke Access To A Lock
This endpoint allows multiple operations to be performed on locks. Requests to this endpoint must be signed and formed as a JSON web token.
Update Secure Settings
This endpoint allows multiple operations to be performed on locks. Requests to this endpoint must be signed and formed as a JSON web token.
Get Pinned Locks
The endpoint returns a list of the current user's pinned locks.
Get Shareable Locks
This endpoint returns the names and IDs of locks where the current user is an administrator.