Schlage Home Device Structure
Operational structure documentation for the Schlage Home Device entity, mapping each field to its source endpoint and the asynchronous command pattern that mutates it.
Type:
Properties: 0
Access ControlSmart LockSmart HomeMobile CredentialsBluetoothBLEIoTSecurityWebhookAuthenticationSchlageVon DuprinENGAGE
Schlage Home Device Structure is a JSON Structure definition published by Allegion.
{
"title": "Schlage Home Device Structure",
"description": "Operational structure documentation for the Schlage Home Device entity, mapping each field to its source endpoint and the asynchronous command pattern that mutates it.",
"entity": "Device",
"primaryKey": "deviceId",
"endpoints": {
"list": "GET /devices",
"get": "GET /devices/{deviceId}",
"update": "PUT /devices/{deviceId}",
"lock": "POST /devices/{deviceId}/lock",
"unlock": "POST /devices/{deviceId}/unlock"
},
"fields": [
{ "name": "deviceId", "type": "string", "writable": false, "source": "Allegion-assigned" },
{ "name": "name", "type": "string", "writable": true, "source": "End-user labelled" },
{ "name": "model", "type": "enum", "writable": false, "values": ["BE489WB", "BE499WB", "FE789WB"] },
{ "name": "firmwareVersion", "type": "string", "writable": false, "source": "Reported by device" },
{ "name": "batteryLevel", "type": "integer", "writable": false, "source": "Reported by device" },
{ "name": "wifiSignalStrength", "type": "integer", "writable": false, "addedOn": "2025-03-06", "source": "Reported by device" },
{ "name": "connectivityState", "type": "enum", "writable": false, "values": ["Online", "Offline"] },
{ "name": "lockState", "type": "enum", "writable": false, "values": ["Locked", "Unlocked", "Unknown"], "changedVia": ["POST /devices/{id}/lock", "POST /devices/{id}/unlock", "Physical interaction"] }
],
"asyncPattern": {
"description": "POST, PUT, and DELETE requests to the device management endpoints will respond with a 202 ACCEPTED response. The final outcome is surfaced via a CommandStatusUpdated webhook and is readable at GET /devices/{deviceId}/commands/{commandId}.",
"successResponse": 202,
"completionSignal": "CommandStatusUpdated webhook + GET /devices/{deviceId}/commands/{commandId}"
},
"webhookEvents": [
"DeviceLockStateChanged",
"DeviceConnectivityStateChanged",
"DeviceBatteryLevelChanged",
"DeviceKeypadLockedOut",
"DeviceAlarmTriggered"
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/schlage-home-device-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.