Reset password using token
Auth
Reset password using token
Resets the user’s password using a one-time token from the password reset email. On success, all existing sessions are invalidated (logout-all effect). The token is single-use and expires after 1 hour.
POST
Reset password using token
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Response
Password reset successful
Always true when the action completed successfully.
Example:
true
