2. Retrieve the Secret Question
Retrieve the secret question for which the user must provide the answer in order to reset the password
Introduction
GET apiURL/v1.0/users/password/secret-question?username=hello%40autoshares.comResponse
{
"Model": "What street did you live on in third grade?",
"Errors": [],
"IsSucceed": true
}Common Mistakes
Failing to Specify the Et-App-Key Parameter
Last updated