β#11 Security Questions
#11.1 Get All Active Questions :
get
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Responses
200
Success
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
get
/Onboarding/api/v1/onboarding/SecurityQuestionsInfoThis API is to get all active questions provided by organization.
#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
400
BadRequest
application/json
401
Unauthorized
application/json
post
/Onboarding/api/v1/onboarding/SecurityQuestionsInfoThis API is to add list of answers of multiple questions.
Last updated