GET / Contact (Data Field Values)
GET /v2/contact/{$id}?full={fields}
GET /v2/contact/{sugar_$id}?full={fields}
GET /v2/contact/{sf_$id}?full={fields}
GET /v2/contact/{hubspot_$id}?full={fields}
GET /v2/contact/{pipedrive_$id}?full={fields}
GET /v2/contact/{em_$email_address}?full={fields}
GET /v2/contact/{li_$linkedin_username}?full={fields}
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": "gaby.doe@inbox25.com",
"name": "Gaby Doe"
...
},
"extra": [{
"value": null,
"time": null,
"changed_time": null,
"field_id": "33271",
"name": "Address",
"tag": "address"
}, {
"value": null,
"time": null,
"changed_time": null,
"field_id": "33272",
"name": "City",
"tag": "city"
}]
}
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.