β#11 Security Questions
#11.1 Get All Active Questions :
get
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Responses
200
Success
application/json
idinteger Β· int32OptionalExample:
Question unique identifier
80questionstringOptionalExample:
Question text
What is your name?400
BadRequest
application/json
401
Unauthorized
application/json
get
/Onboarding/api/v1/onboarding/SecurityQuestionsInfo#11.2 Insert Question Answer :
post
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Bodyobject[]
securityQuestionIdinteger Β· int32RequiredExample:
Question Identifier given from list if questions
80answerstringRequiredExample:
Answer of the specific question
answer hereResponses
200
Success
application/json
statusinteger Β· enumOptionalPossible values:
Indicates the result of the operation. 0 = Success, 1 = Failed.
400
BadRequest
application/json
401
Unauthorized
application/json
post
/Onboarding/api/v1/onboarding/SecurityQuestionsInfoLast updated