Skip to main content
POST
https://platform.verolabs.co
/
api
/
auth
/
recovery
/
verify
Verify recovery code
curl --request POST \
  --url https://platform.verolabs.co/api/auth/recovery/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>"
}
'
{
  "status": "verified"
}

Body

application/json

One-time recovery code.

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

code
string
required

One-time recovery code delivered to the account email address.

Minimum string length: 1

Response

Recovery code verified

Password-recovery verification status.

status
enum<string>
required

Indicates that the recovery code was verified.

Available options:
verified