curl -X POST https://app.demeterrr.com/api/v1/contacts \ -H "X-API-Key: dem_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "email": "jane.smith@example.com", "firstName": "Jane", "lastName": "Smith", "phone": "+15559876543", "preferredLanguage": "en", "tags": ["new-customer"] }'
{ "data": { "id": "770e8400-e29b-41d4-a716-446655440000", "email": "jane.smith@example.com", "firstName": "Jane", "lastName": "Smith", "phone": "+15559876543", "title": null, "preferredLanguage": "en", "locationId": null, "contactOrganizationId": null, "customFields": {}, "tags": ["new-customer"], "unsubscribed": false, "createdAt": "2026-02-10T15:30:00.000Z", "updatedAt": "2026-02-10T15:30:00.000Z" } }
Create a new contact
contacts:write
en
fr