Skip to main content
PUT
Update Contact

Authorizations

Authorization
string
header
required

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

Path Parameters

contact_id
string
required

Query Parameters

workspace_id
string<uuid>
required

Body

application/json
first_name
string | null
last_name
string | null
email
string | null
job_title
string | null
lead_status
string | null
lifecycle_stage
string | null
salutation
string | null
mobile_phone_number
string | null
website_url
string | null
owner
string | null

Response

Successful Response

id
string
required
first_name
string | null
last_name
string | null
email
string | null
job_title
string | null
lead_status
string | null
lifecycle_stage
string | null
mobile_phone_number
string | null
website_url
string | null
owner
string | null
created_date
string | null