Update Contact
Contacts
Update Contact
Updates an existing CRM contact by contact_id. Send only the fields you want to change — any omitted fields retain their current values. Changes to contact data may propagate to linked speaker records that pull profile information from this contact.
PUT
Update Contact
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the contact you want to update
Example:
1
Body
application/x-www-form-urlencoded
Response
200 - undefined