You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

REQUEST

This API is used to reset the password for the user. You can call this API without the header.

The structure of API as below:

POST/auth/reset_email

BODY

You have to put the email into the body of API. The Credential includes the Username and Password of the User.

See example as below:

{
	"password": "string",
	"email_or_name": "string"
}

On this page:

 

  • No labels