Skip to main content
POST
/
auth
/
otp
/
start
Start email OTP
curl --request POST \
  --url https://www.dench.com/api/v1/auth/otp/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "string"
}
'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": "<unknown>"
  }
}

Body

application/json
email
string
required

Email to send the code to.

Response

Successful response