User forgot their chat API password
If a user has forget their password, they can easily reset it. This API only needs one property, the e-mail
address of the user. The system will then send an e-mail to the user (if applicable).
In the e-mail is a link to the reset-password pages. (You do not have to build that yourself!)
API URL
POST-fetch
https://mbo-sd.nl/api/chat/forgot-password
Property to send:
e-mail: valid e-mail address of the system (The API will check)
Returns
status: true or false
message: message for the API
errors: array with error messages (empty array if status is true)
Back to chat API overview
||
Back to readme index pages