identity
Device Binding
Binds a user to a trusted device to authenticate subsequent sessions without friction and reduce OTP usage.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| msisdn | string | required | · |
| device_id | string | required | · |
Sample response
{
"binding_id": "bind_a1b2c3d4",
"bound": true,
"expires_at": "2027-05-19T00:00:00Z"
}