curl --request GET \
--url https://openapi.genesy.ai/v1/contact/{contactId} \
--header 'x-api-key: <api-key>'{
"status": "success",
"message": "<string>",
"data": {
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"jobTitle": "<string>",
"linkedInProfileUrl": "<string>",
"professionalEmail": "<string>",
"personalEmails": "<string>",
"mobilePhone": "<string>",
"phones": "<string>",
"imageUrl": "<string>",
"companyId": 123,
"company": {
"id": 123,
"name": "<string>",
"domain": "<string>",
"companyLinkedInUrl": "<string>"
},
"emailVerificationStatus": "<string>",
"contactCountry": "<string>",
"linkedInHeadline": "<string>",
"numberOfConnections": 123,
"contactCRMId": "<string>",
"leadCRMId": "<string>",
"isInCRM": true,
"createdAt": "2023-12-25",
"updatedAt": "2023-12-25"
}
}Retrieve a single contact by ID.
Required scope:
CONTACTS_READRate limit: 100 requests per minute
curl --request GET \
--url https://openapi.genesy.ai/v1/contact/{contactId} \
--header 'x-api-key: <api-key>'{
"status": "success",
"message": "<string>",
"data": {
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"jobTitle": "<string>",
"linkedInProfileUrl": "<string>",
"professionalEmail": "<string>",
"personalEmails": "<string>",
"mobilePhone": "<string>",
"phones": "<string>",
"imageUrl": "<string>",
"companyId": 123,
"company": {
"id": 123,
"name": "<string>",
"domain": "<string>",
"companyLinkedInUrl": "<string>"
},
"emailVerificationStatus": "<string>",
"contactCountry": "<string>",
"linkedInHeadline": "<string>",
"numberOfConnections": 123,
"contactCRMId": "<string>",
"leadCRMId": "<string>",
"isInCRM": true,
"createdAt": "2023-12-25",
"updatedAt": "2023-12-25"
}
}The contact ID
Specific contact fields to include in the response (comma-separated or array).
Successful response with contact details
success Show child attributes
Unique identifier for the contact
First name of the contact
Last name of the contact
Job title of the contact
LinkedIn profile URL of the contact
Professional email address of the contact
Personal email addresses (comma-separated)
Mobile phone number of the contact
Other phone numbers (comma-separated)
Profile image URL
ID of the company associated with the contact
Email verification status
Country of the contact
LinkedIn headline
Number of LinkedIn connections
CRM contact ID
CRM lead ID
Whether the contact is synced with CRM
Date and time when the contact was created
Date and time when the contact was last updated