Verify a completed iProov challenge. Call this end-point after the iProov Client SDK has completed a verification flow.
cURL
curl --request POST \ --url https://api.authsignal.com/v1/client/verify/iproov \ --header 'Content-Type: application/json' \ --data '{ "challengeId": "<string>" }'
{ "isVerified": true, "accessToken": "<string>" }
OK
The response is of type object.
object
Was this page helpful?