Skip to main content
POST
https://platform.verolabs.co
/
api
/
auth
/
recovery
/
start
Start password recovery
curl --request POST \
  --url https://platform.verolabs.co/api/auth/recovery/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "status": "code_sent"
}

Body

application/json

Account email address.

Request to send a one-time password-recovery code.

email
string<email>
required

Email address associated with the Vero OMS account.

Response

Recovery code accepted for delivery

Password-recovery start status.

status
enum<string>
required

Indicates that the recovery code request was accepted.

Available options:
code_sent