curl -X PATCH https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b \ -H "X-Api-Key: YOUR_API_KEY" -H "Content-Type: application/json" \ -d '{"company": "Acme Corp Inc."}'
{ "success": true, "message": "Contact updated successfully", "data": { "id": "019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b", "first_name": "John", "last_name": "Smith", "email": "john@example.com", "phone": "+14155550100", "company": "Acme Corp Inc.", "updated_at": "2026-03-20T16:00:00Z" } }
Update one or more fields of an existing contact. Only include fields you want to change.
Contact ID
Successful response
Show child attributes