POST api/Account/ForgotPassword_GetRecoveryQuestion

Request Information

URI Parameters

None.

Body Parameters

GetRecoveryQuestionRequest
NameDescriptionTypeAdditional information
RecoveryToken

string

Required

Request Formats

application/json, text/json

Sample:
{
  "RecoveryToken": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetRecoveryQuestionRequest'.

Response Information

Resource Description

GetRecoveryQuestionResponse
NameDescriptionTypeAdditional information
StateToken

string

None.

RecoveryQuestion

string

None.

RecoveryType

string

None.

Status

string

None.

ExpiresAt

date

None.

Response Formats

application/json, text/json

Sample:
{
  "StateToken": "sample string 1",
  "RecoveryQuestion": "sample string 2",
  "RecoveryType": "sample string 3",
  "Status": "sample string 4",
  "ExpiresAt": "2024-06-28T08:16:11.1865067+01:00"
}