Skip to main content

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.
Need an API Key?If you don’t have an API key, you can easily create one by signing up for a self-serve account. Check out our Self-Serve Quickstart Guide, which walks you through the sign up process as well as how to use the self-serve API dashboard.

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:
The returned API response is a list of the records in our dataset that match the request query sorted by match strength in the format:
JSON
Got a Different Result?If you didn’t get this response, check out our Errors page for more information.
Each object in the 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.