Contacts
Get a contact
Returns a single contact by ID.
get/contacts/{id}
Path parameters
idinteger required
Contact ID
Example:1
Contact ID
Response
Contact details
Example response
{
"id": 1,
"name": "John Doe",
"email": "john.doe@example.com",
"phoneNumber": "+1234567890",
"jobTitle": "Sales Manager",
"crmPersonId": "003ABC123",
"crmIdentifier": "003ABC123",
"crmLink": "https://example.my.salesforce.com/003ABC123",
"crm": "salesforce",
"accountId": 42
}Changes
No recorded changes to this endpoint across all 1 revision of this API.