Last updated 1 year ago
ex: Bearer
GET /api/v1/authentication/CheckSecurityQuestions/GetRandomQuestion HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Success
{ "id": 1, "question": "text" }
POST /api/v1/authentication/CheckSecurityQuestions/Validate HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 40 { "securityQuestionId": 1, "answer": "text" }
{ "status": 0 }