curl -X PATCH https://app.demeterrr.com/api/v1/contacts/550e8400-e29b-41d4-a716-446655440000 \ -H "X-API-Key: dem_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "firstName": "John", "lastName": "Doe-Smith", "tags": ["vip", "frequent-customer"] }'
{ "data": { "id": "550e8400-e29b-41d4-a716-446655440000", "email": "john.doe@example.com", "firstName": "John", "lastName": "Doe-Smith", "tags": ["vip", "frequent-customer"], "updatedAt": "2026-02-10T16:00:00.000Z" } }
Update a contact’s information
contacts:write