Download OpenAPI specification:Download
clientId required | string (clientId) ^[a-zA-Z0-9]{1,64}$ Kount's unique identifier for a Client |
deviceSessionId required | string (deviceSessionId) ^[\w-]{0,32}$ Device collection event identifier |
userIp | string <ipv4> (userIp) User’s IPv4 address as identified by the Client |
newAccountOpeningUrl | string (newAccountOpeningUrl) ^.{0,256}$ Webpage from which a Client’s user is attempting open a new account |
object (naoorchestratorv2Person) | |
object (naoorchestratorv2Account) | |
object (v2Strategy) |
{- "clientId": "900900",
- "deviceSessionId": "d121ea2210434ffc8a90daff9cc97e76",
- "userIp": "192.168.0.1",
- "person": {
- "name": {
- "first": "John",
- "last": "Doe",
- "preferred": "Johnny"
}, - "emailAddress": "john.doe@gmail.com",
- "phoneNumber": "+12081234567",
- "addresses": [
- {
- "line1": "5813-5849 Quail Meadows Dr",
- "line2": "",
- "city": "Poplar Bluff",
- "region": "CO",
- "postalCode": "63901-0000",
- "countryCode": "USA",
- "addressType": "BILLING"
}
]
}, - "account": {
- "id": "11223dr44",
- "creationDate": "2024-01-01T12:12:12.000Z",
- "username": "meoyyd8za8jdmwfm",
- "userPassword": "38401eb46f8fbb74c1846a5f47f68d83a9bef126b1d4143f886cd464323cdaab",
- "type": "VIP"
}, - "strategy": {
- "verificationTemplateName": "string",
- "type": "EMAIL",
- "verificationTargetUrl": {
}
}
}
{- "decision": "ALLOW",
- "deviceSessionId": "d121ea2210434ffc8a90daff9cc97e76",
- "userProfile": "VIP",
- "deviceId": "7363b8ae6b2247b99f5d56fc81102254",
- "tags": [
- "tag 1",
- "tag 2"
], - "userSegment": "VIP",
- "guidance": "ALLOW",
- "verification": {
- "type": "EMAIL",
- "ID": "string",
- "error": "NOT_ENOUGH_INFO"
}, - "set": {
- "name": "string",
- "versionName": "string"
}, - "tagWeights": [
- {
- "name": "string",
- "weight": 0
}
]
}
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 |
accountCreationUrl | string (accountCreationUrl) ^.{0,256}$ Webpage from which a Client’s user is attempting to create a new account |
object (naoorchestratorv2Person) | |
object (v2AccountV2) | |
object (v2StrategyV2) |
{- "inquiryId": "string",
- "channel": "ACME_IOS_APP",
- "deviceSessionId": "d121ea2210434ffc8a90daff9cc97e76",
- "userIp": "192.168.0.1",
- "person": {
- "name": {
- "first": "John",
- "last": "Doe",
- "preferred": "Johnny"
}, - "emailAddress": "john.doe@gmail.com",
- "phoneNumber": "+12081234567",
- "addresses": [
- {
- "line1": "5813-5849 Quail Meadows Dr",
- "line2": "",
- "city": "Poplar Bluff",
- "region": "CO",
- "postalCode": "63901-0000",
- "countryCode": "USA",
- "addressType": "BILLING"
}
]
}, - "account": {
- "id": "11223dr44",
- "type": "VIP",
- "creationDateTime": "2024-01-01T12:12:12.000Z",
- "username": "meoyyd8za8jdmwfm",
- "userPassword": "38401eb46f8fbb74c1846a5f47f68d83a9bef126b1d4143f886cd464323cdaab"
}, - "strategy": {
- "verificationTemplateName": "string"
}
}
{- "decision": "ALLOW",
- "deviceSessionId": "d121ea2210434ffc8a90daff9cc97e76",
- "deviceId": "7363b8ae6b2247b99f5d56fc81102254",
- "policyManagement": {
- "decision": "string",
- "set": {
- "name": "string",
- "versionName": "string"
}, - "segmentExecuted": {
- "ID": "string",
- "name": "string"
}, - "policiesExecuted": [
- {
- "ID": "string",
- "name": "string",
- "outcome": "string"
}
], - "tags": [
- "string"
], - "tagWeights": [
- {
- "name": "string",
- "weight": 0
}
]
}, - "verification": {
- "type": "EMAIL",
- "ID": "string",
- "error": "NOT_ENOUGH_INFO"
}
}