Download OpenAPI specification:Download
object (v1FailedAttemptEvent) | |
object (v1ChallengeOutcomeEvent) |
{- "failedAttempt": {
- "clientId": "900900",
- "sessionId": "d121ea2210434ffc8a90daff9cc97e76",
- "userId": "meoyyd8za8jdmwfm",
- "username": "meoyyd8za8jdmwfm",
- "userPassword": "38401eb46f8fbb74c1846a5f47f68d83a9bef126b1d4143f886cd464323cdaab",
- "userIp": "192.168.0.1",
- "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36",
- "userType": "VIP"
}, - "challengeOutcome": {
- "clientId": "900900",
- "loginDecisionCorrelationId": "3438ac3c-37eb-4902-adef-ed16b4431030",
- "challengeType": "Captcha",
- "challengeStatus": "Success",
- "sessionId": "d121ea2210434ffc8a90daff9cc97e76",
- "userId": "meoyyd8za8jdmwfm",
- "sentTimestamp": "2024-02-22T01:02:03.123Z",
- "completedTimestamp": "2024-02-22T01:02:03.123Z",
- "failureType": "TimedOut",
- "userType": "VIP"
}
}
{ }
inquiryId | string (inquiryId) Customer supplied identifier used to track state across the “inquiry” or customer journey |
deviceSessionId | string (deviceSessionId) ^[\w-]{0,32}$ Device collection event identifier |
decisionCorrelationId | string <uuid> (decisionCorrelationId) ^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][... The unique identifier 'correlationId' from the original decision response from the Kount API |
challengeType | string (challengeType) Enum: "Captcha" "Captcha2" "Puzzle" "SecretQuestion" "EmailLink" "EmailPIN" "TextPIN" "TextLink" "MFAAppGoogle" "MFAAppDuo" "MFAAppiOS" "MFAAppAuthy" "MFAAppMicrosoft" "MFAAppLastPass" "MFAAppOther" The type of challenge sent to the User's Client |
challengeStatus | string (challengeStatus) Enum: "Success" "Failed" Represents the success or failure result of the challenge |
sentTimestamp | string <date-time> (sentTimestamp) YYYY-MM-DD'T'hh:mm:ss.fff'Z' Device collection event identifier |
completedTimestamp | string <date-time> (completedTimestamp) YYYY-MM-DD'T'hh:mm:ss.fff'Z' Device collection event identifier |
failureType | string (failureType) Enum: "TimedOut" "IncorrectResponse" "ExpiredSession" "ExpiredLink" "InvalidLink" "InvalidData" "MissingData" If challenge is failed, the reason for the failure |
{- "inquiryId": "string",
- "deviceSessionId": "d121ea2210434ffc8a90daff9cc97e76",
- "decisionCorrelationId": "3438ac3c-37eb-4902-adef-ed16b4431030",
- "challengeType": "Captcha",
- "challengeStatus": "Success",
- "sentTimestamp": "2024-02-22T01:02:03.123Z",
- "completedTimestamp": "2024-02-22T01:02:03.123Z",
- "failureType": "TimedOut"
}
{ }
inquiryId | string (inquiryId) Customer supplied identifier used to track state across the “inquiry” or customer journey |
channel | string (channel) Unique identifier of the website or app and/or product where the inquiry originated |
deviceSessionId | string (deviceSessionId) ^[\w-]{0,32}$ Device collection event identifier |
userIp | string <ipv4> (userIp) User’s IPv4 address as identified by the Client |
loginUrl | string (loginUrl) ^.{0,256}$ Webpage from which a Client’s user is attempting to log in |
object (eventsorchestratorv1Person) | |
object (eventsorchestratorv1Account) |
{- "inquiryId": "string",
- "channel": "ACME_IOS_APP",
- "deviceSessionId": "d121ea2210434ffc8a90daff9cc97e76",
- "userIp": "192.168.0.1",
- "person": {
- "emailAddress": "john.doe@gmail.com",
- "phoneNumber": "+12081234567",
- "name": {
- "first": "John",
- "last": "Doe",
- "preferred": "Johnny"
}, - "addresses": [
- {
- "line1": "5813-5849 Quail Meadows Dr",
- "line2": "",
- "city": "Poplar Bluff",
- "region": "CO",
- "postalCode": "63901-0000",
- "countryCode": "USA",
- "addressType": "UNKNOWN_ADDRESS_TYPE"
}
]
}, - "account": {
- "id": "11223dr44",
- "username": "meoyyd8za8jdmwfm",
- "type": "VIP",
- "creationDateTime": "2024-01-01T12:12:12.000Z",
- "userPassword": "38401eb46f8fbb74c1846a5f47f68d83a9bef126b1d4143f886cd464323cdaab",
- "accountIsActive": true
}
}
{ }