Skip to main content
PUT
Update Contact By Id

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Path Parameters

contact_id
string<uuid>
required

Body

application/json
first_name
string | null
last_name
string | null
email
string | null
channels
Channels · object | null
user_attributes
User Attributes · object | null
last_seen
string<date-time> | null
last_sent
string<date-time> | null
org_id
string<uuid> | null
first_assistant_id
string<uuid> | null
last_assistant_id
string<uuid> | null
first_widget_id
string<uuid> | null
last_widget_id
string<uuid> | null
custom_fields
Custom Fields · object | null

Response

Successful Response

message
string | null
default:Data updated successfully
meta
Meta · object | null
data
IContactUpdate · object | null