Getting Started
In order to use the Person Identify API, you must have an active API key. You can look up your API key by logging into our self-serve dashboard and going to the API Keys section.Simple Example
Let’s say that you want to find all the profiles associated with the CEO of People Data Labs, Sean Thorne. The Person Identify API is the perfect tool for doing this, as it allows you to find multiple profiles using a set of input characteristics, similar to our Person Enrichment API. The list of supported inputs includes names, email addresses, company information, profiles and much more. In this case, we’ll assume all we have is Sean’s name and his company’s name: Input Parameters
Using this information, you can now query the Person Identify API to find the profiles associated with Sean:
JSON
Got a Different Result?If you didn’t get this response, check out our Errors page for more information.
matches array contains a unique profile from our Person Dataset as well as a match_score, which the API uses to sort the profiles in the matches array. You can use this profile data for various purposes. Typically, our users tend to fuse this with additional data to build more comprehensive identities.