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>'
Name
Type
Required
Description
email
string
Yes
Email
When successful, a HTTP 200 and JSON like this is returned:
{ "status_code": 0 }
Last updated 4 years ago
Was this helpful?
This site uses cookies to deliver its service and to analyse traffic. By browsing this site, you accept the privacy policy.