Skip to main content
POST
/
auth
/
email-code
Request verification code
curl --request POST \
  --url https://api.openwhispr.com/api/v1/auth/email-code \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "message": "<string>"
}

Body

application/json
email
string<email>
required

Response

Code sent. Returns the same response whether or not the email exists.

message
string