- Verify email of Consumer root user
Send email verification code to Corporate root user
Verify email of Corporate root user
Send email verification code to Consumer root user
Verify email of Consumer...
The second step in verifying the root user's email. The randomly generated code sent to the root user via email, using the consumerRootUserEmailVerificationCodeSend operation, is submitted here to verify the root user's email.
This is needed as part of the verification process for basic due diligence.
Note that on the Sandbox Environment, emails are not sent and the verification code is always set to "123456".
Security
api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/consumers/verification/email/verify
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/consumers/verification/email/verify
curl -i -X POST \
https://sandbox.weavr.io/multi/consumers/verification/email/verify \
-H 'Content-Type: application/json' \
-H 'api-key: YOUR_API_KEY_HERE' \
-d '{
"email": "user@example.com",
"verificationCode": "string"
}'Response
No content