recover-password-change
Developing
POST
/recover-password-change
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://okqjoprwutewmsgnphyc.supabase.co/functions/v1/recover-password-change' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "",
"code": "",
"password": ""
}'
Response Response Example
200 - Success
{
"status": 200,
"message": "User recovered successfully"
}
Request
Body Params application/json
Responses
Modified at 2025-04-20 23:07:22