This tool is used to simulate internal verification for linked accounts by Account ID.
Security
API_Secret_Key
- https://sandbox.weavr.io/simulate/apihttps://sandbox.weavr.io/simulate/api/linked_accounts/{account_id}/verify
- Mock serverhttps://api.weavr.io/_mock/products/simulator/openapi/linked_accounts/{account_id}/verify
curl -i -X POST \
'https://sandbox.weavr.io/simulate/api/linked_accounts/{account_id}/verify' \
-H 'Content-Type: application/json' \
-H 'call-ref: string' \
-H 'programme-key: YOUR_API_KEY_HERE' \
-d '{
"steps": [
"INTERNAL_CHECKS"
],
"result": "COMPLETED"
}'