curl --location --request POST 'https://dev.enrich.so/api/v3/reverse-lookup/lookup' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "emily.zhang@figma.com"
}'{
"success": true,
"data": {
"id": "ACoAABk7TGwBfn9oQe3F",
"displayName": "Emily Zhang",
"firstName": "Emily",
"lastName": "Zhang",
"headline": "Staff Product Designer at Figma",
"summary": "Product designer focused on design systems and developer tools. Previously at Airbnb and Google.",
"companyName": "Figma",
"location": "San Francisco, California",
"photoUrl": "https://media.licdn.com/dms/image/v2/D5603AQH/profile-displayphoto-shrink_200/photo.jpg",
"profileUrl": "https://www.example.com/in/emilyzhang",
"connectionCount": 500,
"isConnectionCountObfuscated": true,
"isPublic": true,
"skills": [
"Product Design",
"Design Systems",
"Figma",
"User Research",
"Prototyping"
],
"locale": {
"country": "US",
"language": "en"
},
"schools": {
"educationsCount": 1,
"educationHistory": [
{
"degreeName": "B.A. Interaction Design",
"schoolName": "Carnegie Mellon University",
"schoolLocation": "Pittsburgh, PA",
"startEndDate": {
"start": {
"year": 2012
},
"end": {
"year": 2016
}
}
}
]
},
"positions": {
"positionsCount": 3,
"positionHistory": [
{
"title": "Staff Product Designer",
"companyName": "Figma",
"companyLocation": "San Francisco, CA",
"description": "Leading the design systems team.",
"startEndDate": {
"start": {
"month": 1,
"year": 2022
},
"end": null
}
},
{
"title": "Senior Product Designer",
"companyName": "Airbnb",
"companyLocation": "San Francisco, CA",
"startEndDate": {
"start": {
"month": 5,
"year": 2019
},
"end": {
"month": 12,
"year": 2021
}
}
},
{
"title": "Product Designer",
"companyName": "Google",
"companyLocation": "Mountain View, CA",
"startEndDate": {
"start": {
"month": 7,
"year": 2016
},
"end": {
"month": 4,
"year": 2019
}
}
}
]
},
"creditsConsumed": 10
},
"meta": {
"requestId": "665d1e4a9c5b2a0015d0bc01",
"creditsUsed": 10,
"creditsRemaining": 24990,
"processingTimeMs": 2140
}
}