API reference/Contacts
Update contact
Updates a contact by its id and returns the updated record. Changing the email is subject to the same per-company uniqueness rule as creation.
Authorization
AuthorizationRequiredBearer <token>API key as Bearer token: Authorization: Bearer sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
X-API-Key<token>API key via header: X-API-Key: sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
Request Body
application/jsonRequiredfirstNamestringlastNamestringemailstringFormat:
"email"phonestringcompanystringjobTitlestringaccountIdstringFormat:
"uuid"sourcestringValue in:
"website" | "referral" | "cold_call" | "marketing" | "trade_show" | "partner"tagsarray<string>notesstringPath Parameters
idRequiredstringResource ID
Format:
"uuid"Updated contact