❓#11 Security Questions

#11.1 Get All Active Questions :

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Responses
200

Success

application/json
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
200

Success

application/json
post
/Onboarding/api/v1/onboarding/SecurityQuestionsInfo

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

Last updated