Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Workflow: Forgot Password Flow

Input

...

Type: application/json
NameSourceMandatoryTypeSpecial FormatDescription
usernameQueryYESStringN/AUsername or Email

...

Code Block
languagejs
titleForgot Password API response
{
	"result": true,
	"data": "819b0aed-edd8-47d5-ada0-9e5f93cb8248": { token: '18c24bd2-63db-4191-bd1c-4111d68f96f9',
  link:
   { forgotPassword: 'http://dashboard.soajs.org/#/resetPassword?token=18c24bd2-63db-4191-bd1c-4111d68f96f9' } }
}