Update a contact
Partial update. Send only the fields you want to change.
Authentication
AuthorizationBearer
Send your key in the Authorization header. Keys start with
pivotal_ (production) or pivotal_test_ (test mode, no side
effects on integrations). Rotate keys from
/admin/api-keys — old keys 401 instantly when revoked.
Path parameters
id
Numeric display_id or cuid of the contact.
Request
This endpoint expects an object.
name
email
title
is_primary
labels
Response
OK
object
id
display_id
customer_id
name
email
title
is_primary
labels
created_at
updated_at
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error