This is a Simulator API which is only available on the Weavr Sandbox Environment
Weavr Simulator (v2)
Download OpenAPI description
Overview
URL
Languages
Servers
Mock server
https://api.weavr.io/_mock/products/simulator/openapi
https://sandbox.weavr.io/simulate/api"
- Mock serverhttps://api.weavr.io/_mock/products/simulator/openapi/factors/{credentials_id}/challenges/{challenge_id}/verify_invalid
- https://sandbox.weavr.io/simulate/api"/factors/{credentials_id}/challenges/{challenge_id}/verify_invalid
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.weavr.io/_mock/products/simulator/openapi/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
application/json
{ "code": "COMPLETED" }
- Mock serverhttps://api.weavr.io/_mock/products/simulator/openapi/factors/{credentials_id}/challenges/{challenge_id}/verify_expired
- https://sandbox.weavr.io/simulate/api"/factors/{credentials_id}/challenges/{challenge_id}/verify_expired
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.weavr.io/_mock/products/simulator/openapi/factors/{credentials_id}/challenges/{challenge_id}/verify_expired' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'call-ref: string' \
-H 'programme-key: YOUR_API_KEY_HERE'Response
application/json
{ "code": "COMPLETED" }
- Mock serverhttps://api.weavr.io/_mock/products/simulator/openapi/factors/{credentials_id}/challenges/{challenge_id}/verify_success
- https://sandbox.weavr.io/simulate/api"/factors/{credentials_id}/challenges/{challenge_id}/verify_success
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.weavr.io/_mock/products/simulator/openapi/factors/{credentials_id}/challenges/{challenge_id}/verify_success' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'call-ref: string' \
-H 'programme-key: YOUR_API_KEY_HERE'Response
application/json
{ "code": "COMPLETED" }