Lead Object
id string A unique identifier for the customer.
object string The value is always customer.
name string The customer's first name.
last_name string The customer's last name.
email string The customer's email address.
locale string (Language Codes) The customer's language.
created_at timestamp The time the customer was created.
country string (Country Codes) A two-letter country code (ISO 3166) representing the customer's country.
stripe_customer_id string The id of the customer in your Stripe account.
teammate_id string The id of the teammate that is assigned to this customer.
affiliate_partner_id string The id of the partner that referred this customer.
timezone_offset string The UTC timezone offset for this customer. Example +03:00
category string The possible system values are customer and lead.
priority string The possible values are low , normal, medium and high.
lead_status string Provided if the category of the customer is lead. The possible values are qualified, unqualified, contacted, followup, new_lead or attempt_to_contact.
billing_addresses array of Address Object An array of objects, each corresponding to a billing address of the customer.
shipping_addresses array of Address Object An array of objects, each corresponding to a shipping address of the customer.