Get Device Binding
Returns the remote binding state of a device along with every client ID it has previously been bound to, including bindings made in other apps.
Use this endpoint to check device state remotely, and to drive Device Recovery when the cloud and local bind state go out of sync and the device locks. Recovery only applies when is_bind is not true; if is_bind is true the device is owned by another account and that owner must unbind it first.
Authorizations
Bearer authentication using a User Token. See the Authentication API reference for how to mint one.
Query Parameters
Device type string derived from the SN prefix (881 → notepro, 882 → notepins).
"notepro"
Device serial number.
"8810000000000001"
Response
Current binding state and bind history for the device
Three-state remote binding flag. true = bound to another account (stop — recovery is not possible), false = unbound, null = signed but never bound. Run Device Recovery only when this is not true.
false
Previously bound client IDs, newest first. One entry is recorded per bind event, so the same client ID can appear more than once — de-duplicate before using it for Device Recovery.