Get contact

View as Markdown

Returns a single workspace contact. Requires the contacts:read scope.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

contact_idstringRequired

Response headers

ETagstring
X-Api-Versionstring

Response

Contact response.
objectenum
Resource discriminator for contact payloads.
Allowed values:
idstringformat: "^cnt_[A-Za-z0-9]+$"
Stable AskElephant contact identifier.
created_atdatetime
Timestamp when the contact was first created in AskElephant.
updated_atdatetime
Timestamp when the contact was most recently updated in AskElephant.
first_namestring or null
Contact given name.
last_namestring or null
Contact family name.
descriptionstring

Free-form contact summary or notes visible through the public API.

companyobject
Lightweight reference to the contact's associated company when one exists.
emailslist of objects
Email addresses associated with the contact.
phone_numberslist of objects
Phone numbers associated with the contact.
crm_associationobject
CRM record linked to this contact. Present when the contact has been matched to a CRM record via integration or API.
time_zonestring
IANA time zone identifier for the contact.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error