Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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:
| Code Block |
|---|
{
"password": "string",
"email_or_name": "string"
} |
| Panel | |
|---|---|
On this page:
|
...