❓Update Security Questions

  1. Verify Password

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Body
passwordstring Β· nullableOptional
updateStepIdinteger Β· enumOptionalPossible values:
Responses
chevron-right
200

Success

statusinteger Β· enumOptionalPossible values:
post
/api/v1/update/UpdateRequest/VerifyPassword

Get All Active Questions :

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Responses
chevron-right
200

Success

idinteger Β· int32Optional
questionstring Β· nullableOptional
get
/api/v1/update/UpdateSecurityQuestionsInfo/GetActiveSecurityQuestionsDropdown

Update Question Answer :

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer <Replace Token From Third Step (Select Step)>

Bodyobject[]
securityQuestionIdinteger Β· int32Optional
answerstring Β· nullableOptional
Responses
chevron-right
200

Success

statusinteger Β· enumOptionalPossible values:
post
/api/v1/update/UpdateSecurityQuestionsInfo/Update

Last updated