v1
latestOpenAPI 3.1.02026-07-14460151.1 KBCreate a contact
Add a new contact to your account. Use this endpoint to store identity details, assign tags, and set the contact type for future filtering and management
post/v2/contacts
Request body
Response
201
Example response
{
"data": {
"id": 5,
"contact_type": "employee",
"first_name": "John",
"last_name": "Doe",
"phone": "+1-555-123-4567",
"email": "john.doe@example.com",
"address1": "123 Main Street",
"address2": "Suite 200",
"country": "US",
"city": "New York",
"state": "NY",
"zip_code": "10001",
"company": "Acme Corp",
"status": "Full-Time",
"created_at": "2026-04-28T23:30:14-04:00",
"size": "LG",
"gender": "male",
"department": "Engineering",
"birthday_date": "1990-05-15T00:00:00-04:00",
"start_date": "2024-01-15T00:00:00-05:00",
"address_verified": true,
"address_validated": true
}
}