Skip to main content
POST
/
portal
/
email
/
start
Send a portal sign-in code
curl --request POST \
  --url https://api.useduro.com/portal/email/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "email": "jsmith@example.com",
  "resend": true
}
'
{
  "email": "<string>"
}

Body

application/json
token
string

Encrypted portal link token; pre-fills the email.

email
string<email>
resend
boolean

Response

200 - application/json

Code sent

email
string