| parameter | offset | Page offset (default: 0): Number |
| parameter | size | Number of items on Page (default: 50, max: 100): Number |
| parameter | deviceId | Device id search for a specific device: Number |
| parameter | organizationId | The organization from which the devices will be taken: Number |
| parameter | organizationName | The organization from which the devices will be taken: String |
| parameter | deviceGroupId | The group from which the devices will be taken: Number |
| parameter | search | Wildcard searching for name, location and remarks and Id: String |
| parameter | name | Get a device using a search for name.: String |
| parameter | location | Get a device using a search for location.: String |
| parameter | remarks | Get a device using a search for remarks.: String |
| parameter | deviceType | Get a device matching one of the following types: Lock, Keyfob, Gateway: String |
| parameter | includeGroups | The connected groups will be returned directly: Boolean |
| parameter | includeReachableGateways | The gateways which are in range of the devices: Boolean |
| parameter | includeReachableDevices | The devices which are in range of the gateways: Boolean |
| parameter | includeDecommissioned | Devices who are not available: Boolean |
| parameter | includeUninstalled | Devices who are not installed: Boolean |
| parameter | sortBy | Sort by: name, batteryLevel: String |
| parameter | sortDirection | Sort direction: asc, desc: "Asc" / "Desc" |
| parameter | filter | Installed,Uninstalled,Decommissioned,Commissioned: [String] |
| header | Authorization | Authentication token (bearer token or API key). |
| status | 200 | All ok |
| status | 401 | Invalid authentication token |
| status | 403 | Insufficient rights |
| [{ "id" : Number, "name" : String, "owner" : { "organizationId" : Number, "accountId" : Number, "name" : String, "firstName" : String, "lastName" : String }, "model" : { "id" : Number, "name" : String, "type" : { "id" : Number, "name" : String, "description" : String }, "description" : String }, "settings" : { "activationTime" : Number, "soundVolume" : Number, "pressButtonActivation" : Boolean, "controllerFunctionality" : Boolean, "backupPinsConfigured" : Boolean, "acknowledged" : Boolean, "dateCreated" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "dateModified" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "backupPin1Name" : String, "backupPin2Name" : String, "backupPin3Name" : String, "dateLastExternalSync" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "relayNormallyOpen" : Boolean, "vibrationTamperDetection" : Boolean, "vibrationTamperSensitivity" : Number, "rotationsTamperDetection" : Boolean, "buttonActivationTime" : Number, "pressButtonDeactivation" : Boolean, "rangeBoost" : Number, "powerSaveMode" : Boolean, "turnToBoost" : Boolean, "lockedStatus" : Boolean, "turnToActivate" : Boolean, "tailgaterProtection" : Boolean, "buttonAutoDisable" : Boolean, "suppressDeviceEvents" : Boolean, "unlockDirection" : "AUTO" / "CLOCKWISE" / "COUNTER_CLOCKWISE", "boldProtocol" : Boolean, "matterProtocol" : Boolean, "faultyPinTamperDetection" : Number, "walkInMode" : Number }, "features" : { "activatable" : Boolean, "rangeBoostMode" : Boolean, "remoteAccess" : Boolean, "backupPins" : Boolean, "shareAccess" : Boolean, "eventLog" : Boolean, "turnToActivate" : Boolean, "tailgaterProtection" : Boolean, "matter" : Boolean, "turnToBoost" : Boolean, "lockedStatus" : Boolean, "buttonAutoDisable" : Boolean, "powerSaveMode" : Boolean, "nightLock" : Boolean, "leaveAlert" : Boolean, "tamperDetection" : Boolean, "webKeys" : Boolean, "dynamicPins" : Boolean, "extendedEventLog" : Boolean, "keepActiveMode" : Boolean, "showRealUser" : Boolean, "walkInMode" : Boolean, "controller" : Boolean }, "gateway" : { "id" : Number, "rssi" : Number, "rssiLevel" : "Excellent" / "High" / "Medium" / "Low" / "Critical", "lastSeen" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "name" : String }, "entryTags" : [String], "actualFirmwareVersion" : Number, "requiredFirmwareVersion" : Number, "dateCreated" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "dateModified" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "timeZone" : Timezone (TZDB 2005r, e.g. "UTC"), "batteryLevel" : String, "batteryLastMeasurement" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "isActiveUntil" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "carouselImageUrl" : String, "remarks" : String, "location" : String, "locked" : "LOCKED" / "UNLOCKED" / "UNKNOWN", "lastLocked" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "matter" : { }] "manuallyProvisioned" : Boolean, "factoryProvisioned" : Boolean } | ||
| header | Authorization | Bearer f4d1a4bd-707c-4e3b-8d6a-9b5bbafe81f1 |
| status | 200 | |
| header | Access-Control-Expose-Headers | authorization, content-type |
| header | Access-Control-Allow-Headers | authorization, content-type |
| header | Access-Control-Allow-Methods | GET, POST, DELETE, OPTIONS, PUT |
| header | Access-Control-Allow-Origin | * |
| header | Strict-Transport-Security | max-age=31536000; includeSubDomains |
| header | X-Frame-Options | SAMEORIGIN |
| header | X-Content-Type-Options | nosniff |
| header | X-XSS-Protection | 1; mode=block |
| header | Content-Security-Policy | default-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none' |
| header | Referrer-Policy | no-referrer |
| header | Feature-Policy | self |
| header | Permissions-policy | interest-cohort=() |
[{ "id": 188, "name": "Lock1", "owner": { "organizationId": 93, "accountId": 127, "name": "" }, "model": { "id": 1, "name": "SX33", "type": { "id": 1, "name": "Lock", "description": "Lock" }, "description": "Smart Cylinder SX" }, "settings": { "activationTime": 5, "soundVolume": 10, "pressButtonActivation": true, "controllerFunctionality": false, "backupPinsConfigured": false, "acknowledged": true, "relayNormallyOpen": true, "vibrationTamperDetection": false, "vibrationTamperSensitivity": 50, "rotationsTamperDetection": false, "buttonActivationTime": 0, "pressButtonDeactivation": false, "rangeBoost": 0, "powerSaveMode": false, "turnToBoost": false, "lockedStatus": false, "turnToActivate": false, "tailgaterProtection": false, "buttonAutoDisable": false, "suppressDeviceEvents": false, "unlockDirection": "AUTO", "boldProtocol": true, "matterProtocol": false, "faultyPinTamperDetection": 0, "walkInMode": 0 }, "features": { "activatable": true, "rangeBoostMode": false, "remoteAccess": false, "backupPins": false, "shareAccess": false, "eventLog": false, "turnToActivate": false, "tailgaterProtection": false, "matter": false, "turnToBoost": false, "lockedStatus": false, "buttonAutoDisable": false, "powerSaveMode": false, "nightLock": false, "leaveAlert": false, "tamperDetection": false, "webKeys": false, "dynamicPins": false, "extendedEventLog": false, "keepActiveMode": false, "showRealUser": false, "walkInMode": false, "controller": false }, "entryTags": [], "actualFirmwareVersion": 0, "requiredFirmwareVersion": 95, "dateCreated": "2026-03-10T09:42:51.995358Z", "dateModified": "2026-03-10T09:42:51.996623Z", "timeZone": "UTC", "locked": "UNKNOWN", "matter": { }, {"manuallyProvisioned": false, "factoryProvisioned": false }"id": 189, "name": "Lock2", "owner": { "organizationId": 93, "accountId": 127, "name": "" }, "model": { "id": 1, "name": "SX33", "type": { "id": 1, "name": "Lock", "description": "Lock" }, "description": "Smart Cylinder SX" }, "settings": { "activationTime": 5, "soundVolume": 10, "pressButtonActivation": true, "controllerFunctionality": false, "backupPinsConfigured": false, "acknowledged": true, "relayNormallyOpen": true, "vibrationTamperDetection": false, "vibrationTamperSensitivity": 50, "rotationsTamperDetection": false, "buttonActivationTime": 0, "pressButtonDeactivation": false, "rangeBoost": 0, "powerSaveMode": false, "turnToBoost": false, "lockedStatus": false, "turnToActivate": false, "tailgaterProtection": false, "buttonAutoDisable": false, "suppressDeviceEvents": false, "unlockDirection": "AUTO", "boldProtocol": true, "matterProtocol": false, "faultyPinTamperDetection": 0, "walkInMode": 0 }, "features": { "activatable": true, "rangeBoostMode": false, "remoteAccess": false, "backupPins": false, "shareAccess": false, "eventLog": false, "turnToActivate": false, "tailgaterProtection": false, "matter": false, "turnToBoost": false, "lockedStatus": false, "buttonAutoDisable": false, "powerSaveMode": false, "nightLock": false, "leaveAlert": false, "tamperDetection": false, "webKeys": false, "dynamicPins": false, "extendedEventLog": false, "keepActiveMode": false, "showRealUser": false, "walkInMode": false, "controller": false }, "entryTags": [], "actualFirmwareVersion": 0, "requiredFirmwareVersion": 0, "dateCreated": "2026-03-10T09:42:51.99606Z", "timeZone": "UTC", "locked": "UNKNOWN", "matter": { }]"manuallyProvisioned": false, "factoryProvisioned": false } | ||
| header | Authorization | Bearer a4d32cdf-534e-4a01-bb6b-c9c1638c21d2 |
| status | 200 | |
| header | Access-Control-Expose-Headers | authorization, content-type |
| header | Access-Control-Allow-Headers | authorization, content-type |
| header | Access-Control-Allow-Methods | GET, POST, DELETE, OPTIONS, PUT |
| header | Access-Control-Allow-Origin | * |
| header | Strict-Transport-Security | max-age=31536000; includeSubDomains |
| header | X-Frame-Options | SAMEORIGIN |
| header | X-Content-Type-Options | nosniff |
| header | X-XSS-Protection | 1; mode=block |
| header | Content-Security-Policy | default-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none' |
| header | Referrer-Policy | no-referrer |
| header | Feature-Policy | self |
| header | Permissions-policy | interest-cohort=() |
[{ "id": 192, "name": "Lock1", "owner": { "organizationId": 95, "accountId": 130, "name": "" }, "model": { "id": 1, "name": "SX33", "type": { "id": 1, "name": "Lock", "description": "Lock" }, "description": "Smart Cylinder SX" }, "settings": { "activationTime": 5, "soundVolume": 10, "pressButtonActivation": true, "controllerFunctionality": false, "backupPinsConfigured": false, "acknowledged": true, "relayNormallyOpen": true, "vibrationTamperDetection": false, "vibrationTamperSensitivity": 50, "rotationsTamperDetection": false, "buttonActivationTime": 0, "pressButtonDeactivation": false, "rangeBoost": 0, "powerSaveMode": false, "turnToBoost": false, "lockedStatus": false, "turnToActivate": false, "tailgaterProtection": false, "buttonAutoDisable": false, "suppressDeviceEvents": false, "unlockDirection": "AUTO", "boldProtocol": true, "matterProtocol": false, "faultyPinTamperDetection": 0, "walkInMode": 0 }, "features": { "activatable": true, "rangeBoostMode": false, "remoteAccess": false, "backupPins": false, "shareAccess": false, "eventLog": false, "turnToActivate": false, "tailgaterProtection": false, "matter": false, "turnToBoost": false, "lockedStatus": false, "buttonAutoDisable": false, "powerSaveMode": false, "nightLock": false, "leaveAlert": false, "tamperDetection": false, "webKeys": false, "dynamicPins": false, "extendedEventLog": false, "keepActiveMode": false, "showRealUser": false, "walkInMode": false, "controller": false }, "entryTags": [], "actualFirmwareVersion": 0, "requiredFirmwareVersion": 95, "dateCreated": "2026-03-10T09:42:53.010183Z", "dateModified": "2026-03-10T09:42:53.011296Z", "timeZone": "UTC", "locked": "UNKNOWN", "matter": { }, {"manuallyProvisioned": false, "factoryProvisioned": false }"id": 194, "name": "Lock1", "owner": { "organizationId": 96, "name": "" }, "model": { "id": 1, "name": "SX33", "type": { "id": 1, "name": "Lock", "description": "Lock" }, "description": "Smart Cylinder SX" }, "settings": { "activationTime": 5, "soundVolume": 10, "pressButtonActivation": true, "controllerFunctionality": false, "backupPinsConfigured": false, "acknowledged": true, "relayNormallyOpen": true, "vibrationTamperDetection": false, "vibrationTamperSensitivity": 50, "rotationsTamperDetection": false, "buttonActivationTime": 0, "pressButtonDeactivation": false, "rangeBoost": 0, "powerSaveMode": false, "turnToBoost": false, "lockedStatus": false, "turnToActivate": false, "tailgaterProtection": false, "buttonAutoDisable": false, "suppressDeviceEvents": false, "unlockDirection": "AUTO", "boldProtocol": true, "matterProtocol": false, "faultyPinTamperDetection": 0, "walkInMode": 0 }, "features": { "activatable": true, "rangeBoostMode": false, "remoteAccess": false, "backupPins": false, "shareAccess": false, "eventLog": false, "turnToActivate": false, "tailgaterProtection": false, "matter": false, "turnToBoost": false, "lockedStatus": false, "buttonAutoDisable": false, "powerSaveMode": false, "nightLock": false, "leaveAlert": false, "tamperDetection": false, "webKeys": false, "dynamicPins": false, "extendedEventLog": false, "keepActiveMode": false, "showRealUser": false, "walkInMode": false, "controller": false }, "entryTags": [], "actualFirmwareVersion": 95, "requiredFirmwareVersion": 0, "dateCreated": "2026-03-10T09:42:53.016237Z", "dateModified": "2026-03-10T09:42:53.017236Z", "timeZone": "UTC", "locked": "UNKNOWN", "matter": { }, {"manuallyProvisioned": false, "factoryProvisioned": false }"id": 193, "name": "Lock2", "owner": { "organizationId": 95, "accountId": 130, "name": "" }, "model": { "id": 1, "name": "SX33", "type": { "id": 1, "name": "Lock", "description": "Lock" }, "description": "Smart Cylinder SX" }, "settings": { "activationTime": 5, "soundVolume": 10, "pressButtonActivation": true, "controllerFunctionality": false, "backupPinsConfigured": false, "acknowledged": true, "relayNormallyOpen": true, "vibrationTamperDetection": false, "vibrationTamperSensitivity": 50, "rotationsTamperDetection": false, "buttonActivationTime": 0, "pressButtonDeactivation": false, "rangeBoost": 0, "powerSaveMode": false, "turnToBoost": false, "lockedStatus": false, "turnToActivate": false, "tailgaterProtection": false, "buttonAutoDisable": false, "suppressDeviceEvents": false, "unlockDirection": "AUTO", "boldProtocol": true, "matterProtocol": false, "faultyPinTamperDetection": 0, "walkInMode": 0 }, "features": { "activatable": true, "rangeBoostMode": false, "remoteAccess": false, "backupPins": false, "shareAccess": false, "eventLog": false, "turnToActivate": false, "tailgaterProtection": false, "matter": false, "turnToBoost": false, "lockedStatus": false, "buttonAutoDisable": false, "powerSaveMode": false, "nightLock": false, "leaveAlert": false, "tamperDetection": false, "webKeys": false, "dynamicPins": false, "extendedEventLog": false, "keepActiveMode": false, "showRealUser": false, "walkInMode": false, "controller": false }, "entryTags": [], "actualFirmwareVersion": 0, "requiredFirmwareVersion": 0, "dateCreated": "2026-03-10T09:42:53.010785Z", "timeZone": "UTC", "locked": "UNKNOWN", "matter": { }, {"manuallyProvisioned": false, "factoryProvisioned": false }"id": 195, "name": "Lock2", "owner": { "organizationId": 96, "name": "" }, "model": { "id": 1, "name": "SX33", "type": { "id": 1, "name": "Lock", "description": "Lock" }, "description": "Smart Cylinder SX" }, "settings": { "activationTime": 5, "soundVolume": 10, "pressButtonActivation": true, "controllerFunctionality": false, "backupPinsConfigured": false, "acknowledged": true, "relayNormallyOpen": true, "vibrationTamperDetection": false, "vibrationTamperSensitivity": 50, "rotationsTamperDetection": false, "buttonActivationTime": 0, "pressButtonDeactivation": false, "rangeBoost": 0, "powerSaveMode": false, "turnToBoost": false, "lockedStatus": false, "turnToActivate": false, "tailgaterProtection": false, "buttonAutoDisable": false, "suppressDeviceEvents": false, "unlockDirection": "AUTO", "boldProtocol": true, "matterProtocol": false, "faultyPinTamperDetection": 0, "walkInMode": 0 }, "features": { "activatable": true, "rangeBoostMode": false, "remoteAccess": false, "backupPins": false, "shareAccess": false, "eventLog": false, "turnToActivate": false, "tailgaterProtection": false, "matter": false, "turnToBoost": false, "lockedStatus": false, "buttonAutoDisable": false, "powerSaveMode": false, "nightLock": false, "leaveAlert": false, "tamperDetection": false, "webKeys": false, "dynamicPins": false, "extendedEventLog": false, "keepActiveMode": false, "showRealUser": false, "walkInMode": false, "controller": false }, "entryTags": [], "actualFirmwareVersion": 0, "requiredFirmwareVersion": 0, "dateCreated": "2026-03-10T09:42:53.016749Z", "timeZone": "UTC", "locked": "UNKNOWN", "matter": { }]"manuallyProvisioned": false, "factoryProvisioned": false } | ||
| parameter | deviceId | 196 |
| header | Authorization | Bearer 633ed098-866b-4097-9000-c2357abae5b5 |
| status | 200 | |
| header | Access-Control-Expose-Headers | authorization, content-type |
| header | Access-Control-Allow-Headers | authorization, content-type |
| header | Access-Control-Allow-Methods | GET, POST, DELETE, OPTIONS, PUT |
| header | Access-Control-Allow-Origin | * |
| header | Strict-Transport-Security | max-age=31536000; includeSubDomains |
| header | X-Frame-Options | SAMEORIGIN |
| header | X-Content-Type-Options | nosniff |
| header | X-XSS-Protection | 1; mode=block |
| header | Content-Security-Policy | default-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none' |
| header | Referrer-Policy | no-referrer |
| header | Feature-Policy | self |
| header | Permissions-policy | interest-cohort=() |
[{ "id": 196, "name": "Lock1", "owner": { "organizationId": 97, "accountId": 133, "name": "" }, "model": { "id": 1, "name": "SX33", "type": { "id": 1, "name": "Lock", "description": "Lock" }, "description": "Smart Cylinder SX" }, "settings": { "activationTime": 5, "soundVolume": 10, "pressButtonActivation": true, "controllerFunctionality": false, "backupPinsConfigured": false, "acknowledged": true, "relayNormallyOpen": true, "vibrationTamperDetection": false, "vibrationTamperSensitivity": 50, "rotationsTamperDetection": false, "buttonActivationTime": 0, "pressButtonDeactivation": false, "rangeBoost": 0, "powerSaveMode": false, "turnToBoost": false, "lockedStatus": false, "turnToActivate": false, "tailgaterProtection": false, "buttonAutoDisable": false, "suppressDeviceEvents": false, "unlockDirection": "AUTO", "boldProtocol": true, "matterProtocol": false, "faultyPinTamperDetection": 0, "walkInMode": 0 }, "features": { "activatable": true, "rangeBoostMode": false, "remoteAccess": false, "backupPins": false, "shareAccess": false, "eventLog": false, "turnToActivate": false, "tailgaterProtection": false, "matter": false, "turnToBoost": false, "lockedStatus": false, "buttonAutoDisable": false, "powerSaveMode": false, "nightLock": false, "leaveAlert": false, "tamperDetection": false, "webKeys": false, "dynamicPins": false, "extendedEventLog": false, "keepActiveMode": false, "showRealUser": false, "walkInMode": false, "controller": false }, "entryTags": [], "actualFirmwareVersion": 0, "requiredFirmwareVersion": 95, "dateCreated": "2026-03-10T09:42:53.962402Z", "dateModified": "2026-03-10T09:42:53.96333Z", "timeZone": "UTC", "locked": "UNKNOWN", "matter": { }]"manuallyProvisioned": false, "factoryProvisioned": false } | ||