Last updated 10 months ago
Was this helpful?
Verify whether the reset password code for the user is valid.
/api-user-verify-reset-password-code
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api-user-verify-reset-password-code' \ --header 'Content-Type: application/json' \ --data '{"email":"text","code":"text"}'
{ "success": true, "error": "text" }