INFO (1.0.0)

Download OpenAPI specification:Download

Authentication

Bearer

Authentication JWT token, prefixed by Bearer: Bearer ${JWT}

Security Scheme Type API Key
Header parameter name: Authorization

INFO

Retrieve information data for a given client and session.

Authorizations:
path Parameters
clientId
required
string

Kount's unique identifier for a Client

sessionId
required
string

Device collection event identifier

Responses

Response samples

Content type
application/json
{
  • "deviceId": "28221029bfc449169eccecccbd18eb0b",
  • "timeCollection": "2019-08-03T14:03:00",
  • "deviceFirstSeen": "2019-04-02T15:53:00",
  • "ip": "208.75.113.3",
  • "tor": false,
  • "iPRegisteredOrg": "Kount Inc.",
  • "hostingFacility": true,
  • "browser": "Safari 77.0.255294728",
  • "js": true,
  • "mobileModel": "iPhone7,2",
  • "operatingSystem": "iPhone OS 12.3.1",
  • "deviceLanguage": "en-US",
  • "resolution": "667x375",
  • "locationServices": true,
  • "countryCode": "US",
  • "country": "United States of America",
  • "regionCode": "ID",
  • "region": "Idaho",
  • "city": "Boise",
  • "latitude": 45.5639,
  • "longitude": -116.1214,
  • "ipRisk": true
}