Security
Auth_Token and API_Secret_Key
- https://sandbox.weavr.io/simulate/apihttps://sandbox.weavr.io/simulate/api/factors/{credentials_id}/challenges/{challenge_id}/verify_invalid
- Mock serverhttps://api.weavr.io/_mock/products/simulator/openapi/factors/{credentials_id}/challenges/{challenge_id}/verify_invalid
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'Response
{ "code": "COMPLETED" }