GET / Contact (Snapshot)
GET /v2/contact/{$id}?full={snapshot}
GET /v2/contact/{sugar_$id}?full={snapshot}
GET /v2/contact/{sf_$id}?full={snapshot}
GET /v2/contact/{hubspot_$id}?full={snapshot}
GET /v2/contact/{pipedrive_$id}?full={snapshot}
GET /v2/contact/{em_$email_address}?full={snapshot}
GET /v2/contact/{li_$linkedin_username}?full={snapshot}
Header
HTTP/1.1
Authorization: Bearer $api_id.$api_secret
Host: api.$app_domain
Accept: application/json
Parameters
$id | Return results for a specific Leadfwd contact id. |
sugar_$id |
Return results for a specific Leadfwd contact using their SugarCRM Bean ID. Applies to Contacts, Leads and Targets that are properly synchronized using our native connector. |
sf_$id | Return results for a specific Leadfwd contact using their Salesforce record ID. Applies to Contacts and Leads that are properly synchronized using our native connector. |
hubspot_$id | Return results for a specific Leadfwd contact using their HubSpot record ID. Applies to contacts that have a CRM ID value in their [hubspot_id] data field property. |
pipedrive_$id | Return results for a specific Leadfwd contact using their Pipedrive record ID. Applies to contacts that have a CRM ID value in their [pipedrive_id] data field property. |
em_$email_address | Return results for a specific Leadfwd contact using their email address. |
li_$linkedin_username | Return results for a specific Leadfwd contact using their LinkedIn username. Applies to contacts with a LinkedIn profile URL saved in their [linkedin_url] data field property. Only include the username, which you can find at the end of a LinkedIn profile URL (i.e. linkedin.com/in/$li_username) |
Response
{
"data": {
"id": "1332706",
"list_id": "6663",
"email": "elon@telsa.io",
"name": "Elon Musk"
...
},
"extra": [{
"value": "1-408-555-5555",
"time": "1655139757",
"changed_time": "1661268255",
"field_id": "33277",
"name": "Mobile Phone",
"tag": "mobile_phone"
}],
"tags": [{
"tag": "automotive"
}],
"sequences": [{
"id": "469",
"name": "Auto Industry Sequence XIII",
"url": "https:\/\/$app_domain\/sequence-469"
}, {
"id": "472",
"name": "LinkedIn Leads Q3 2022",
"url": "https:\/\/$app_domain\/sequence-472"
}]
}
Response data types
id | integer | unique id for the list object |
name | string | name assigned to the list object |
ma_type | integer |
numeric value to represent the list type
|
date_format | string | defining the date format assigned to the list object |
time_format | string | defining the time format assigned to the list object |
counter | integer | total raw count of contact records contained in the list object for all record status types. |
time | unix timestamp | last modified value for list object |
report_url | string | defining the url path to the list manager for the list object |
Error code
HTTP/1.1 404 Not Found
{
"id": "0",
"message": "Error description"
}
Comments
0 comments
Please sign in to leave a comment.