Request password reset (email or SMS)
Request
Body Params application/jsonRequired
{
"identifier": "ade@example.com"
}
Request Code Samples
curl --location --request POST 'https://mock.apidog.com/m1/1052146-0-default/auth/password/forgot' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "ade@example.com"
}'
Responses
application/json
Reset link/OTP dispatched (if user exists)
{
"success": true,
"code": "RESET_SENT",
"message": "If the account exists, instructions were sent",
"data": null,
"meta": null
}
Modified at 2025-08-27 15:45:20