POST
/
challenge
/
iproov
curl --request POST \
  --url https://api.authsignal.com/v1/client/challenge/iproov
{
  "iproovToken": "<string>",
  "challengeId": "<string>"
}

Response

200
application/json
OK
iproovToken
string
required

The iProov token which can be used to initiate the iProov client side flow, pass this to the iProov Client SDK.

challengeId
string
required

The ID of the challenge which has been initiated. Use this ID to lookup whether the challenge has been successfully completed, after iProov Client SDK has completed a verification flow.