v1

latestOpenAPI 3.1.02026-07-14460151.1 KB

Retrieve a single contact

Retrieve a single contact.

get/v2/contacts/{id}

Path parameters

idstring required

Contact ID

Response

200

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,
    "created_by_user": {
      "id": 5,
      "name": "Daniel Spirgelx",
      "first_name": "Daniel",
      "last_name": "Spirgel"
    }
  }
}