v1

latestSwagger 2.02026-08-041113661.2 MB
EmailVerification

Start email verification

post/v1beta/customers/verifications/emails/start

Request body

emailstring
handlestring
languagestring
tagstring

Example request

{
  "email": "test@mail.tld",
  "handle": "",
  "language": "",
  "tag": ""
}

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 20001,
  "data": {
    "id": 123456789
  },
  "desc": "Verification email in progress"
}