Set contact CRM association
Replaces the single CRM association linked to a contact. Requires the contacts:write scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
contact_id
Request
This endpoint expects an object.
object_type
Allowed values:
crm_object_id
source
Response headers
X-Api-Version
Response
Updated contact response.
object
Resource discriminator for contact payloads.
Allowed values:
id
Stable AskElephant contact identifier.
created_at
Timestamp when the contact was first created in AskElephant.
updated_at
Timestamp when the contact was most recently updated in AskElephant.
first_name
Contact given name.
last_name
Contact family name.
description
Free-form contact summary or notes visible through the public API.
company
Lightweight reference to the contact's associated company when one exists.
emails
Email addresses associated with the contact.
phone_numbers
Phone numbers associated with the contact.
crm_association
CRM record linked to this contact. Present when the contact has been matched to a CRM record via integration or API.
time_zone
IANA time zone identifier for the contact.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error