A one-time token is generated when accessing an endpoint secured by SCA. This token includes a list of all available challenges to complete.
You can use the OTT status endpoint to view challenges and their statuses, or use create SCA session to manually trigger SCA and return a one-time token.
{ "oneTimeToken": "5932d5b5-ec13-452f-8688-308feade7834", "challenges": [ { "primaryChallenge": { … }, "passed": false } ], "validity": 3600 }