v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Accounts

Forgotten password

post/accounts/forgot-password

Headers

organizationstring required

The URL of the end-user web application

Request body

emailstring required

Email address for the account

Example request

{
  "email": "bianca5778@fanhero.com"
}

Response

Contains a Boolean variable. True if a password creation link has been sent to the email address provided in the request.

sentboolean required

True if a password creation link has been sent.