For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

Added resource for account recovery, added event for device state change

· One min read

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.

Want to learn more?

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.

Example

If subscribed, then you will receive this event if a device is locked due to too many failed authentication attempts.

Want to learn more?

To learn more, see the MobileID Events (callback) feature documentation.