Fetch Security Questions
POST/getSavSecurityQuestions
This API is used to get the Security Questions defined in SSM
Optional params:
max,offset, questiongroup
The Authorization must have Bearer followed by Token.
Request
Path Parameters
path stringrequired
- application/json
Body
questiongroup string
Responses
- 200
Fetch Security Questions1 / Fetch Security Questions2
Response Headers
- Date - string 
- Server - string 
- Set-Cookie - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- application/json
- Schema
- Example (from schema)
- Fetch Security Questions1
- Fetch Security Questions2
Schema
- Array [ 
- ] 
errorCode string
message string
questions
object[]
question string
questiongroup string
{
  "errorCode": "0",
  "message": "successful",
  "questions": [
    {
      "question": "What is your mother's maiden name?",
      "questiongroup": "Personal"
    },
    {
      "question": "What is your first school name?",
      "questiongroup": "Personal"
    },
    {
      "question": "What is your first Pet's name?",
      "questiongroup": "Personal"
    },
    {
      "question": "What is your favorite food?",
      "questiongroup": "Favorites"
    },
    {
      "question": "What is your favorite color?",
      "questiongroup": "Favorites"
    },
    {
      "question": "What is your favorite holiday destination?",
      "questiongroup": "Favorites"
    }
  ]
}
{
  "errorCode": "0",
  "message": "successful",
  "questions": [
    {
      "question": "What is your mother's maiden name?",
      "questiongroup": "Personal"
    },
    {
      "question": "What is your first school name?",
      "questiongroup": "Personal"
    },
    {
      "question": "What is your first Pet's name?",
      "questiongroup": "Personal"
    },
    {
      "question": "What is your favorite food?",
      "questiongroup": "Favorites"
    },
    {
      "question": "What is your favorite color?",
      "questiongroup": "Favorites"
    },
    {
      "question": "What is your favorite holiday destination?",
      "questiongroup": "Favorites"
    }
  ]
}
{
  "errorCode": "0",
  "message": "successful",
  "questions": [
    {
      "question": "What is your mother's maiden name?",
      "questiongroup": "Personal"
    },
    {
      "question": "What is your first school name?",
      "questiongroup": "Personal"
    },
    {
      "question": "What is your first Pet's name?",
      "questiongroup": "Personal"
    }
  ]
}
Loading...