get contact
GET/org/:orgId/contact/:contactId
Get the Contact by the given contact ID.
Request
Path Parameters
Organization ID
Contact ID
Responses
- 200
- 400
- 500
the Contact Object
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
This is generated by Suger. When you create a new contact, do not provide.
info
object
enrichedContactInfo
object
Company information
Location information
Timestamps
Contact information
Core identification fields
info
object
Additional structured information
workExperiences
object[]
true if the work experience is current
Professional information
Media and social
Possible values: [active
, stale
, archived
]
active/stale/archived
Possible values: [``, ADYEN
, ALIBABA
, ANTHROPIC
, AWS
, AWS_CHINA
, AZURE
, CHARGEBEE
, DATABRICKS
, DOCUSIGN
, GCP
, GOOGLE
, HUBSPOT
, INTUIT
, LAGO
, MARKETO
, METRONOME
, MICROSOFT
, OPENAI
, ORACLE
, ORB
, REDHAT
, SALESFORCE
, SLACK
, SNOWFLAKE
, STRIPE
, ZOHO
]
{
"companyContactId": "string",
"creationTime": "string",
"emailAddress": "string",
"id": "string",
"info": {
"companyLocation": "string",
"companyName": "string",
"enrichedContactInfo": {
"city": "string",
"companyDomain": "string",
"companyName": "string",
"country": "string",
"creationTime": "string",
"email": "string",
"firstName": "string",
"id": "string",
"info": {
"workExperiences": [
{
"current": true,
"endDate": "string",
"organizationName": "string",
"startDate": "string",
"title": "string"
}
]
},
"jobFunction": "string",
"jobTitle": "string",
"lastName": "string",
"lastUpdateTime": "string",
"linkedIn": "string",
"name": "string",
"phone": "string",
"s3KeyPicture": "string",
"status": "active",
"twitter": "string"
},
"lastModifiedBy": "string",
"partner": "",
"phoneNumber": "string",
"role": "string"
},
"lastUpdateTime": "string",
"name": "string",
"organizationID": "string"
}
Bad request error description
- application/json
- Schema
Schema
string
internal error description
- application/json
- Schema
Schema
string