Verify reset password code

Verify reset password code

post

Verify whether the reset password code for the user is valid.

Body
emailstringRequired
codestringRequired
Responses
200
OK
application/json
post
POST /v1/api-user-verify-reset-password-code HTTP/1.1
Host: studio.edgeimpulse.com
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "email": "text",
  "code": "text"
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?