Update a contact.
Update a contact.
bearerToken Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
All fields optional. Only the provided keys are updated. An avatar
image can also be set by sending multipart/form-data with an
avatar file part alongside these fields.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/contacts/string" \ -H "Content-Type: application/json" \ -d '{ "name": "Jane Cooper", "company": "Acme Inc", "job_title": "CTO", "website": "https://example.com" }'{ "message": "string"}length <= 255emaillength <= 64length <= 255length <= 255urilength <= 255