Allow users to reset their password if they forgot it. The user must have entered an email when registering an account or else they will be unable to reset their password until an email is assigned.
Request
Query Params
Responses
🟢200Success
application/json
Body
🟠400Failure
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://epicauth.cc/api/1.3/?type=forgot&username&email&sessionid&name&ownerid'
Response Response Example
200 - Example 1
{"success":true,"message":"Successfully sent email to change password.","nonce":""}