The first step in verifying a root user's email. The root user whose email address is to be verified is sent an email containing a randomly generated code.
This code must then be provided in the corporateRootUserEmailVerify operation to verify the root user's email address.
Note that on the Sandbox Environment, the verificationCode is always set to "123456".
Security
api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/corporates/verification/email/send
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/corporates/verification/email/send
curl -i -X POST \
https://sandbox.weavr.io/multi/corporates/verification/email/send \
-H 'Content-Type: application/json' \
-H 'api-key: YOUR_API_KEY_HERE' \
-H 'idempotency-ref: string' \
-d '{
"email": "user@example.com"
}'Response
No content