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 eID provider options object to the request body

· One min read

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

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
}
}
}