Skip to content

CustomerInfo

The CustomerInfo object includes the contact data that we have obtained for the customer of this lead. For leads that never received an offer, we likely will not have any of their contact data, so it is possible for all fields to be null in some responses.

type CustomerInfo {
email: String
fullName: String
phoneNumber: String
}
FieldTypeDescription
emailStringThe customer’s email. This email would have been given to us when we ask the customer where we should send them their offer.
fullNameStringThe customer’s full name.
phoneNumberStringThe customer’s phone number.