Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Verify OTP code for registration

POST/v1/auth/otp/verify
Request body
requiredapplication/json
emailstringrequired
Email address
min length 1
otp_codestringrequired
6-digit OTP code
min length 6 · max length 6
Responses
200OK
messagestringrequired
400Bad Request
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/verify" \
  -H "Content-Type: application/json" \
  -d '{
  "email": "string",
  "otp_code": "string"
}'
Response
{
  "message": "string"
}