For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

When successful, a HTTP 200 and JSON like this is returned:

{
  "status_code": 0
}

Last updated