Allegion · Capability
Schlage Home API — Devices
Schlage Home API — Devices. 5 operations covering list, get, update, lock, and unlock for Schlage Encode WiFi residential smart locks. Uses OAuth 2.0 against account.schlage.com and the asynchronous 202 ACCEPTED command pattern. Self-contained Naftiko capability covering one Allegion business surface.
Schlage Home API — Devices is a Naftiko capability published by Allegion, one of 4 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, and PUT methods rooted at /v1/devices.
Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Allegion, Schlage Home, Devices, Smart Lock, and WiFi.
What You Can Do
GET
Listdevices
— List Devices
/v1/devices
GET
Getdevice
— Get Device
/v1/devices/{deviceId}
PUT
Updatedevice
— Update Device
/v1/devices/{deviceId}
POST
Lockdevice
— Lock Device
/v1/devices/{deviceId}/lock
POST
Unlockdevice
— Unlock Device
/v1/devices/{deviceId}/unlock