API Reference
Accounts

Trigger a forgotten password email

1min
POST
Note that the key is a GUID and not an integer. This endpoint will provide the ability to trigger an email to an account that contains a link and token that will allow for the completion of password reset
Authentication
Authorization
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
accountForgottenPasswordRequest
*
Description
Account forgotten password request dto.
emailAddress
Responses
200
OK
Description
Account forgotten password dto.
token
204
No Content
Description
Account forgotten password dto.
token
401
Not Authorized
500
Internal Server Error
Curl
JS
Ruby
Python
Responses
200
204
401
500