Skip to main content

Release notes - ReuseID ready-made flows

Follow the release notes on this page for the latest updates.

12.09.2025

Updated request body format

We have made three changes to the request body format:

  • The input wrapper object has been removed.
  • To reflect the underlying products, we have renamed the object eidProviderOptions to videoidProviderOptions.
  • Added a provider attribute which can be used to specify the provider to be used in the identity proofing stage of the flow. Currently, the possible values are VideoID and ReadID.
Note

These changes are backwards compatible.

Example: New request body
{
"provider" : "videoid",
"videoidProviderOptions" : {
"docTypes" : [138,169,147,245,277,134],
"defaultId" : 138
}
}

12.06.2025

Signicat Dashboard

Try out ReuseID in the Signicat Dashboard

It is now possible to try out ReuseID in the Signicat Dashboard. On the new Try it out page, you can:

  • Install our Authenticator App on iOS or Android by scanning a QR code.
  • Scan a QR code to configure the app for your account.
  • Carry out onboarding and authentications.
  • Manage your users.

To test it yourself, see the Try it out page!

24.10.2024

Added eID provider options object to the request body

We have updated the format of the request body for both onboarding and step-up.

Now, the optional documentation configurations for the VideoID process are moved to their own object called eidProviderOptions.

Example: New request body
{
"input": {
"eidProviderOptions" : {
"docTypes" : [138,169,147,245,277,134],
"defaultId" : 138
}
}
}