curl -X PATCH "https://api.foxreach.io/api/v1/leads/cld_abc123" \ -H "X-API-Key: otr_your_key" \ -H "Content-Type: application/json" \ -d '{ "company": "Acme Corp (acquired)", "title": "SVP of Sales" }'
{ "data": { "id": "cld_abc123", "email": "[email protected]", "firstName": "John", "lastName": "Doe", "company": "Acme Corp (acquired)", "title": "SVP of Sales", "phone": "+1-555-0100", "linkedinUrl": "https://linkedin.com/in/johndoe", "website": "https://acme.com", "customFields": { "industry": "SaaS" }, "notes": null, "source": "csv_import", "status": "active", "lastContactedAt": null, "createdAt": "2025-01-15T10:30:00", "updatedAt": "2025-01-16T08:00:00" } }
Update an existing lead. Only provided fields are changed.
404
409