Added resource for account recovery, added event for device state change
The MobileID API has been extended with a new resource for Account recovery.
We have also added a new MobileID event which you can subscribe to, called device.state.change.
Added resource for account recovery
The MobileID API is extended with a new resource for Account recovery.
The new Get details of account recovery endpoint allows you to fetch the details of an account recovery carried out for a device.
To learn more, see the Get details of account recovery endpoint in the MobileID API reference documentation.
Added event for device state change
In this release, we have added a new MobileID event which you can subscribe to called device.state.change.
If subscribed, then you will receive this event whenever a device is deactivated or locked externally.
If subscribed, then you will receive this event if a device is locked due to too many failed authentication attempts.
To learn more, see the MobileID Events (callback) feature documentation.