Last updated 12 months ago
Was this helpful?
Verify whether the reset password code for the user is valid.
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" }
OK
{ "success": true, "error": "text" }