ASI is ID DataWeb's transaction identifier. It contains information about the user's current state of verification. Often it's required as an input during multi-step API workflows to indicate where the user is at in their process.
Common areas that required ASI:
- Calling /slverify after sending an OTP
- Calling /slverify after sending a doc capture SMS
{
"asi": "73210000-30cc-45cb-ad9c-2e2803e8a130",
"apikey":"c9d98f96b6eb46fd",
"credential": "[email protected]",
"userAttributes": [
...
]
}