Skip to main content
Used in: Catalyst Property Event via property.owners[].skipTrace

Fields

FieldTypeDescription
phonesPhone[]Phone numbers, ordered by confidence
emailsEmail[]Email addresses, ordered by confidence

Example

{
  "phones": [
    { "number": "5550000001", "type": "Mobile", "ranking": 1 },
    { "number": "5550000002", "type": "Residential", "ranking": 2 }
  ],
  "emails": [
    { "email": "john.doe@example.com", "ranking": 1 },
    { "email": "jd@example.com", "ranking": 2 }
  ]
}

Notes

Both phones and emails may be empty arrays. Always check length before accessing index 0.
This is the contact data scoped to the owner entry. For an expanded people graph that includes relatives, see SkipTraceResult.