Forgot Password

How to recover the password of a user using the mobile provider.

A new password will be generated and sent by email

POST https://mburger.cloud/api/forgot-password

curl https://mburger.cloud/api/forgot-password
-X POST 
-H "Accept: application/json" 
-H "Content-Type: application/x-www-form-urlencoded"
-H "X-MBurger-Token: <token>" 
-H "X-MBurger-Version: 3" 
-d '<data>' 

Parameters

Name

Type

Required

Description

email

string

Yes

Email

Last updated