❓#11 Security Questions

#11.1 Get All Active Questions :

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Responses
chevron-right
200

Success

application/json
idinteger Β· int32Optional

Question unique identifier

Example: 80
questionstringOptional

Question text

Example: What is your name?
get
/Onboarding/api/v1/onboarding/SecurityQuestionsInfo

This 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 Β· int32Required

Question Identifier given from list if questions

Example: 80
answerstringRequired

Answer of the specific question

Example: answer here
Responses
chevron-right
200

Success

application/json
statusinteger Β· enumOptional

Indicates the result of the operation. 0 = Success, 1 = Failed.

Possible values:
post
/Onboarding/api/v1/onboarding/SecurityQuestionsInfo

This API is to add list of answers of multiple questions.

Last updated