Skip to main content

Get contact

GET 

/contacts/:contact_id

Get contact

Request

Path Parameters

    contact_id stringrequired
    Example: 0258cbc6-6020-430a-848e-aafacbadf4ae

Query Parameters

    include_raw_data boolean

    Whether to include raw data fetched from the 3rd party provider.

    Example: true

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

Contact

Schema
    id stringrequired
    owner_id stringnullablerequired
    account_id stringnullable
    first_name stringnullablerequired
    last_name stringnullablerequired
    job_title stringnullablerequired
    address objectnullablerequired
    city stringnullablerequired
    country stringnullablerequired
    postal_code stringnullablerequired
    state stringnullablerequired
    street_1 stringnullablerequired
    street_2 stringnullablerequired
    email_addresses object[]required
  • Array [
  • email_address stringrequired
    email_address_type stringnullablerequired

    Possible values: [primary, personal, work]

  • ]
  • phone_numbers object[]required
  • Array [
  • phone_number stringnullablerequired
    phone_number_type stringnullablerequired

    Possible values: [primary, work, home, mobile, other]

  • ]
  • open_count numberrequired
    click_count numberrequired
    reply_count numberrequired
    bounced_count numberrequired
    created_at date-timenullablerequired
    updated_at date-timenullablerequired
    is_deleted booleanrequired
    last_modified_at date-timerequired
    raw_data object
    property name* any
Loading...