Skip to main content
GET
Get Device Binding

Authorizations

Authorization
string
header
required

Bearer authentication using a User Token. See the Authentication API reference for how to mint one.

Query Parameters

type
string
required

Device type string derived from the SN prefix (881notepro, 882notepins).

Example:

"notepro"

sn
string
required

Device serial number.

Example:

"8810000000000001"

Response

Current binding state and bind history for the device

is_bind
boolean | null

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.

Example:

false

bind_history
string[]

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.

Example: