Last updated 1 year ago
ex: Bearer
GET /api/v1/onboarding/SecurityQuestionsInfo HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Success
[ { "id": 1, "question": "text" } ]
POST /api/v1/onboarding/SecurityQuestionsInfo HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 42 [ { "securityQuestionId": 1, "answer": "text" } ]
No content