Update Contact
Contacts
Update Contact
Update contact information (name, email, custom fields).
PATCH
Update Contact
Authorizations
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Path Parameters
Contact ID
Body
application/json
Update first name
Maximum string length:
100Example:
"Jane"
Update last name
Maximum string length:
100Example:
"Smith"
Update email
Example:
"jane@example.com"
Update custom fields
Example:
{ "status": "active" }
