Skip to main content
POST
/
api
/
v1
/
auth
/
verify-otp
Create New Otp
curl --request POST \
  --url https://api.example.com/api/v1/auth/verify-otp \
  --header 'Content-Type: application/json' \
  --data '
{
  "Email": "jsmith@example.com",
  "Code": "<string>"
}
'
{
  "data": {},
  "success": true
}

Body

application/json
Email
string<email>
required
Code
string
required

Response

Successful Response

success
boolean
required
data
unknown