Resources

API Integration

The WINR Data API is a standard REST API, using JSON-encoded request bodies and responses and standard HTTP response codes.

Consumer Data Match

This API method will attempt to match provided consumer data elements with the consumers in the WINR Data lake. The consumer data elements could include email, phone, name or address components. An example API query could be:

{ 
    "user": "sample", 
    "password": "abc123", 
    "fuzzy_match": "1",
    "country_code": "AU", 
    "first_name": "Scott",
    "last_name": "WINR",
    "address1": "100 Walker Street",
    "suburb": "North Sydeny",
    "state": "NSW",
    "postcode": "2060"
  }

The API response will indicate which consumer data elements matched any records in the WINR Data Lake. If fuzzy-matching is specified, it will provide partial match scores (based on Levenshtein distance ratios). An example response could be:

{ 
    "first_initial": "match",
    "first_name": "match",
    "last_name": "no_match",
    "address1": "match",
    "suburb": "partial",
    "state": "match",
    "postcode": "match",
    "partial_match_scores": {
        "suburb": 95
    },
  }

WINR Data is providing multi-national blue chip companies with data driven identity solutions via a single access point, reducing the need for acquisition, management and compliance resources.

Find out more
Identity Verification Providers

For businesses that are building their Identity Graphs or creating linkage between devices and people, WINR Data provides a single access point to digital & terrestrial data sets providing recency, consistency & scale.

Find out more
Identity Resolution Providers