Skip to content

Simulate invalid verification of specified challenge

Request

Security
Auth_Token and API_Secret_Key
Path
credentials_idinteger, (int64)required
challenge_idinteger, (int64)required
Headers
call-refstring

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

curl -i -X POST \
  'https://sandbox.weavr.io/simulate/api/factors/{credentials_id}/challenges/{challenge_id}/verify_invalid' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'call-ref: string' \
  -H 'programme-key: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
codestring(SimulateVerifyChallengeResponseResponseCode)required
Enum:"COMPLETED""DENIED"
Response
{ "code": "COMPLETED" }