Authenticate User With Security QAs
Request
Body Params application/json
{
"login": "/regex/",
"franchiseId": 0,
"storeId": 1,
"qas": [
{
"questionId": 1,
"answer": "string"
}
]
}
Request Code Samples
curl --location --request POST 'https://mock.apidog.com/m1/405580-0-default/auth/user-security-qas' \
--header 'Content-Type: application/json' \
--data-raw '{
"login": "/regex/",
"franchiseId": 0,
"storeId": 1,
"qas": [
{
"questionId": 1,
"answer": "string"
}
]
}'
Responses
application/json {
"data": {
"accessToken": "/regex/",
"refreshToken": "/regex/",
"activityInfo": {
"lastLogin": "/regex/",
"lastPasswordChange": "/regex/",
"lastPinChange": "/regex/",
"lastSecurityQaChange": "/regex/",
"lastTokenRefresh": "/regex/"
},
"directives": [
"strin"
]
}
}
Modified at 2024-08-22 18:15:53