Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Send OTP code for email verification during registration

POST/v1/auth/otp/send
Request body
requiredapplication/json
emailstringrequired
Email address for OTP verification
min length 1
telemetry_idstring
Optional device fingerprint telemetry ID
Responses
200OK
messagestringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
409Conflict
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/auth/otp/send" \
  -H "Content-Type: application/json" \
  -d '{
  "email": "string",
  "telemetry_id": "string"
}'
Response
{
  "message": "string"
}