Skip to main content
POST
/
forget-password-confirm
Confirm password reset
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/forget-password-confirm \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "password": "<string>",
  "password_confirmation": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
string
required

Encrypted user ID from reset email

password
string<password>
required
password_confirmation
string<password>
required

Response

Password reset successful