Get Lead (v2)
Authorization: <your-api-key>Authorization: Bearer <oauth2-token>GET https://api.popl.co/api/pub/v2/leads/:leadId{
"data": {
"leadId": "aaaaaaaa-bbbb-4ccc-8ddd-eeeeeeeeeeee",
"legacyLeadId": "1547",
"assignedMembers": [4822],
"systemFields": {
"leadId": "aaaaaaaa-bbbb-4ccc-8ddd-eeeeeeeeeeee",
"legacyLeadId": "1547",
"ownerId": "owner-uuid-1",
"captureDatetime": "2024-01-15T10:30:00.000Z",
"gdprConsentDatetime": null,
"requestId": null,
"userPid": 7891,
"email": "[email protected]",
"salutation": null,
"firstName": "John",
"middleName": null,
"lastName": "Smith",
"nickname": null,
"suffix": null,
"fullName": "John Smith",
"profileImageUrl": null,
"businessCardImageUrl": null,
"appToAppProfileUrl": null,
"jobTitle": "Head of Strategy",
"website": "https://abcindustries.com",
"note": "Met at booth 42",
"linkedinUrl": "https://linkedin.com/in/johnsmith",
"campaignId": 101,
"companyName": "ABC Industries",
"companyEmail": null,
"companyDescription": null,
"companyFoundingYear": null,
"companyNaicsCode": null,
"companyType": null,
"companyLinkedin": null,
"companySize": null,
"companyIndustry": null,
"companyAnnualRevenue": null,
"companyTotalFunding": null,
"monthlyWebsiteVisitors": null,
"technologiesUsed": null,
"companyCountry": null,
"companyFormattedAddress": null,
"companyStreetAddress1": null,
"companyStreetAddress2": null,
"companyCity": null,
"companyState": null,
"companyPostalCode": null,
"companyStateCode": null,
"companyCountryCode": null,
"leadCountry": "US",
"leadFormattedAddress": null,
"leadStreetAddress1": null,
"leadStreetAddress2": null,
"leadCity": null,
"leadState": null,
"leadPostalCode": null,
"leadStateCode": null,
"leadCountryCode": null,
"leadSource": "QR_CODE_SCAN",
"enrichedKeys": [],
"lat": null,
"lng": null
},
"userDefinedFields": [
{
"udfDefinitionId": "udf-def-uuid-1",
"type": "TEXT",
"selectOptions": null,
"selectedValues": null,
"label": "Interested In",
"value": "Enterprise Plan",
"attachment": null,
"isHidden": false,
"attributeCategory": "UDF",
"legacyQualifierId": null
}
],
"tags": [
{ "id": 12, "value": "VIP", "archived": false }
],
"phoneNumbers": [
{
"value": "+15551234567",
"type": "MOBILE",
"originalNumberLabel": null,
"enrichmentType": null
}
],
"crmExportData": [
{
"exportId": "export-uuid-1",
"integrationPlatform": "salesforce",
"crmLink": "https://na1.salesforce.com/003abc",
"nativeIntegrationId": null,
"legacyIntegrationId": 5,
"exportType": "CONTACT",
"exportedAt": "2024-02-01T09:00:00.000Z"
}
],
"systemFieldLabelOverrides": {},
"duplicatedConnections": [
{
"legacyLeadId": "1548",
"assignedMemberId": 4823,
"leadId": "bbbbbbbb-cccc-4ddd-8eee-ffffffffffff",
"leadData": {
"name": "John Smith",
"email": "[email protected]",
"profileImageUrl": null,
"leadSource": "APP_TO_APP",
"createdAt": "2024-01-16T08:00:00.000Z"
},
"memberData": {
"name": "Sarah - Sales @ Popl",
"email": "[email protected]",
"profileImageUrl": "https://cdn.popl.co/4823-icon.jpg"
}
}
],
"memberDetails": [
{
"memberId": 4822,
"name": "Jason - CEO @ Popl",
"email": "[email protected]",
"profileImageUrl": "https://cdn.popl.co/4822-icon.jpg"
}
],
"campaignDetails": { "name": "Dreamforce 2024" },
"templateDetails": { "name": "Sales Card" },
"calendarLinks": [
{
"id": "cal-link-uuid-1",
"url": "https://calendly.com/jason/30min?name=John+Smith&email=john.smith%40gmail.com",
"label": "Book a 30-min call"
}
],
"calendarBookings": [
{
"id": "booking-uuid-1",
"calendarLinkId": "cal-link-uuid-1",
"startTime": "2024-02-10T14:00:00.000Z",
"endTime": "2024-02-10T14:30:00.000Z"
}
]
}
}Last updated