v1
latestSwagger 2.02026-08-041113661.2 MBEmailVerification
Start email verification
post/v1beta/customers/verifications/emails/start
Request body
Example request
{
"email": "test@mail.tld",
"handle": "",
"language": "",
"tag": ""
}Response
A successful response.
Example response
{
"code": 20001,
"data": {
"id": 123456789
},
"desc": "Verification email in progress"
}