Back to top

API Documentation

Contacts

Overview

A Contact is an object, belonging to a user which holds various information about another person, ranging from phone numbers and email to birthdays and company information. A contact is a personal object, meaning each user has a set of them individually.

Contact

A Contact is a simple and small object that contains an actual Attributes.

Field Type association Description
id uuid Internal identifier of the contact
created_at number
updated_at number
deleted_at number
created_by User contact.created_by User who created this contact
updated_by User contact.updated_by User who created this contact
ios_address_book_id string Address book id of this contact on iOS device
android_address_book_id string Address book id of this contact on Android device
user User contact.user Owner of the contact. association: contact.user
brand Brand contact.brand The team this object belongs to
attributes Attribute[] contact.attributes List of contact’s attributes
summary Summary contact.summary A plain simple object containing some of the global attribute values of the contact
lists ContactList[] contact.lists List of the contact lists this contact is a member of
users User[] contact.users Users matching credential fields of this contact
deals Deal[] contact.deals Deals that have a role matching credential fields of this contact
flows Flow[] contact.flows Flows that this contact has been enrolled into

Contact’s available model associations are as follows:

  • contact.attributes

  • contact.flows

  • contact.summary

  • contact.lists

  • contact.users

  • contact.deals

  • contact.brand

  • contact.user

  • contact.created_by

  • contact.updated_by

Get all user contacts

Get all user contacts
GET/contacts

Example URI

GET /contacts
URI Parameters
HideShow
start
number (optional) 
limit
number (optional) Default: 10 
order
string (optional) Example: created_at

Put a minus sign before field name for descending order

  • Members:
    • display_name
    • sort_field
    • last_touch
    • next_touch
    • created_at
    • updated_at
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "display_name": "Johnny",
      "partner_name": "Jane Doe",
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Johnny",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": null,
      "android_address_book_id": null,
      "created_at": 1770151081.269335,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "direct_request",
      "updated_for": "direct_request",
      "deleted_for": null,
      "title": null,
      "first_name": "John",
      "partner_first_name": "Jane",
      "middle_name": "M.",
      "last_name": "Doe",
      "partner_last_name": "Doe",
      "marketing_name": null,
      "nickname": "Johnny",
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": "[email protected]",
      "phone_number": "+989124834198",
      "primary_phone_number": "+989124834198",
      "phone_numbers": [
        "+989124834198"
      ],
      "company": "Rechat",
      "birthday": "1970-01-12T00:00:00.000Z",
      "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "job_title": "Contact Test Subject",
      "source_type": "ExplicitlyCreated",
      "source": null,
      "website": [
        "http://www.gholi.com"
      ],
      "tags": [
        "poo",
        "foo",
        "New"
      ],
      "address": [
        {
          "city": "Dallas",
          "full": "Street, Dallas Texas 72890",
          "name": "Street",
          "type": "stdaddr",
          "extra": "Office",
          "line1": "Street",
          "line2": "Dallas Texas 72890",
          "state": "Texas",
          "country": "US",
          "postcode": "72890"
        }
      ],
      "type": "contact"
    },
    {
      "id": "d6ff1fb8-3f32-4b60-8af0-93857f65ef3f",
      "display_name": "ACME Corporation",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "ACME Corporation",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": null,
      "android_address_book_id": null,
      "created_at": 1770151081.40875,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "direct_request",
      "updated_for": "direct_request",
      "deleted_for": null,
      "title": null,
      "first_name": null,
      "partner_first_name": null,
      "middle_name": null,
      "last_name": null,
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": null,
      "primary_email": null,
      "emails": null,
      "parked": false,
      "partner_email": null,
      "phone_number": null,
      "primary_phone_number": null,
      "phone_numbers": null,
      "company": "ACME Corporation",
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": null,
      "source": null,
      "website": null,
      "tags": null,
      "address": null,
      "type": "contact"
    },
    {
      "id": "c27bc7e5-85c6-4752-92c1-5266a8d95c4b",
      "display_name": "Kate Bell",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Bell Kate",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "177C371E-701D-42F8-A03B-C61CA31627F6",
      "android_address_book_id": null,
      "created_at": 1770151081.694788,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Kate",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Bell",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "(415) 555-3695",
      "primary_phone_number": "(415) 555-3695",
      "phone_numbers": [
        "(415) 555-3695",
        "(555) 564-8583"
      ],
      "company": null,
      "birthday": "1978-01-13T00:00:00.000Z",
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Hillsborough",
          "full": "165 Davis Street, Hillsborough CA 94010",
          "name": "Davis",
          "type": "stdaddr",
          "line1": "165 Davis Street",
          "line2": "Hillsborough CA 94010",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94010",
          "house_num": "165"
        }
      ],
      "type": "contact"
    },
    {
      "id": "6dc9fc5f-107d-4cec-a011-58e44ae26ccb",
      "display_name": "Daniel Higgins",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Higgins Daniel",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "AB211C5F-9EC9-429F-9466-B9382FF61035",
      "android_address_book_id": null,
      "created_at": 1770151081.694881,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Daniel",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Higgins",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "(408) 555-3514",
      "primary_phone_number": "(408) 555-3514",
      "phone_numbers": [
        "(408) 555-3514",
        "(408) 555-5270",
        "555-478-7672"
      ],
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Corte Madera",
          "full": "322 Laguna Street, Corte Madera CA 94925",
          "name": "Laguna",
          "type": "stdaddr",
          "line1": "322 Laguna Street",
          "line2": "Corte Madera CA 94925",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94925",
          "house_num": "322"
        }
      ],
      "type": "contact"
    },
    {
      "id": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
      "display_name": "John Appleseed",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Appleseed John",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "410FE041-5C4E-48DA-B4DE-04C15EA3DBAC",
      "android_address_book_id": null,
      "created_at": 1770151081.694905,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "John",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Appleseed",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]",
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "888-555-1212",
      "primary_phone_number": "888-555-1212",
      "phone_numbers": [
        "888-555-1212",
        "888-555-5512"
      ],
      "company": null,
      "birthday": "1980-06-17T00:00:00.000Z",
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Atlanta",
          "full": "3494 Kuhl Avenue, Atlanta GA 30303",
          "name": "Kuhl",
          "type": "stdaddr",
          "line1": "3494 Kuhl Avenue",
          "line2": "Atlanta GA 30303",
          "state": "GA",
          "suftype": "Avenue",
          "postcode": "30303",
          "house_num": "3494"
        }
      ],
      "type": "contact"
    },
    {
      "id": "580fbd85-e5e8-432c-83ec-261d14592672",
      "display_name": "Anna Haro",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Haro Anna",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "F57C8277-585D-4327-88A6-B5689FF69DFE",
      "android_address_book_id": null,
      "created_at": 1770151081.694925,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Anna",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Haro",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "555-522-8243",
      "primary_phone_number": "555-522-8243",
      "phone_numbers": [
        "555-522-8243"
      ],
      "company": null,
      "birthday": "1985-08-22T00:00:00.000Z",
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Sausalito",
          "full": "1001 Leavenworth Street, Sausalito CA 94965",
          "name": "Leavenworth",
          "type": "stdaddr",
          "line1": "1001 Leavenworth Street",
          "line2": "Sausalito CA 94965",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94965",
          "house_num": "1001"
        }
      ],
      "type": "contact"
    },
    {
      "id": "32d5a20c-94ea-4e02-9575-825ec4892dfd",
      "display_name": "Zakroff",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Zakroff",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": null,
      "android_address_book_id": null,
      "created_at": 1770151081.694945,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": null,
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Zakroff",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": null,
      "primary_phone_number": null,
      "phone_numbers": null,
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": null,
      "source": null,
      "website": null,
      "tags": null,
      "address": null,
      "type": "contact"
    },
    {
      "id": "d6edc814-ed3f-4d34-9023-6fd829d6f451",
      "display_name": "Hank Zakroff",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Zakroff Hank",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "2E73EE73-C03F-4D5F-B1E8-44E85A70F170",
      "android_address_book_id": null,
      "created_at": 1770151081.694965,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Hank",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Zakroff",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "(707) 555-1854",
      "primary_phone_number": "(707) 555-1854",
      "phone_numbers": [
        "(707) 555-1854",
        "(555) 766-4823"
      ],
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "San Rafael",
          "full": "1741 Kearny Street, San Rafael CA 94901",
          "name": "Kearny",
          "type": "stdaddr",
          "line1": "1741 Kearny Street",
          "line2": "San Rafael CA 94901",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94901",
          "house_num": "1741"
        }
      ],
      "type": "contact"
    },
    {
      "id": "ca1424d8-7d4c-47b3-8b18-2e870be00aba",
      "display_name": "David",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "David",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "E94CD15C-7964-4A9B-8AC4-10D7CFB791FD",
      "android_address_book_id": null,
      "created_at": 1770151081.694984,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "David",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": null,
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": null,
      "primary_email": null,
      "emails": null,
      "parked": false,
      "partner_email": null,
      "phone_number": "555-610-6679",
      "primary_phone_number": "555-610-6679",
      "phone_numbers": [
        "555-610-6679"
      ],
      "company": null,
      "birthday": "1998-06-15T00:00:00.000Z",
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": null,
      "type": "contact"
    },
    {
      "id": "9be43a34-12df-4bf9-9fa7-1153d3f77c35",
      "display_name": "David Taylor",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Taylor David",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "E94CD15C-7964-4A9B-8AC4-10D7CFB791FD",
      "android_address_book_id": null,
      "created_at": 1770151081.695003,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "David",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Taylor",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": null,
      "primary_email": null,
      "emails": null,
      "parked": false,
      "partner_email": null,
      "phone_number": "555-610-6679",
      "primary_phone_number": "555-610-6679",
      "phone_numbers": [
        "555-610-6679"
      ],
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Tiburon",
          "full": "1747 Steuart Street, Tiburon CA 94920",
          "name": "Steuart",
          "type": "stdaddr",
          "line1": "1747 Steuart Street",
          "line2": "Tiburon CA 94920",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94920",
          "house_num": "1747"
        }
      ],
      "type": "contact"
    },
    {
      "id": "c3ad7487-4400-4cd5-934a-d04f3359921b",
      "display_name": "Goat Boy",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Boy Goat",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
      "android_address_book_id": null,
      "created_at": 1770151081.695023,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Goat",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Boy",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": null,
      "primary_phone_number": null,
      "phone_numbers": null,
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Union",
          "full": "50 Park, Union 33333",
          "name": "50 Park",
          "type": "stdaddr",
          "line1": "50 Park",
          "line2": "Union 33333",
          "state": "33333"
        }
      ],
      "type": "contact"
    },
    {
      "id": "fe2eec49-4fc7-41a2-b5b6-a1090c7549a7",
      "display_name": "Goat Boy 2",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Boy 2 Goat",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
      "android_address_book_id": null,
      "created_at": 1770151081.695042,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Goat",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Boy 2",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": null,
      "primary_phone_number": null,
      "phone_numbers": null,
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Union",
          "full": "50 Park, Union 33333",
          "name": "50 Park",
          "type": "stdaddr",
          "line1": "50 Park",
          "line2": "Union 33333",
          "state": "33333"
        }
      ],
      "type": "contact"
    }
  ],
  "info": {
    "count": 12,
    "total": 12
  }
}

Create a new contact

Create a new contact
POST/contacts

Example URI

POST /contacts
URI Parameters
HideShow
get
string (required) Example: true
relax
string (required) Example: false
activity
string (required) Example: true
associations
array (optional) Example: contact_attribute.attribute_def,contact.attributes,contact.summary
Request
HideShow
Body
{
  "contacts": [
    {
      "attributes": [
        {
          "text": "[email protected]",
          "label": "Work",
          "is_primary": true,
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "text": "[email protected]",
          "label": "Work",
          "is_primary": true,
          "is_partner": true,
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "text": "+989124834198",
          "label": "Mobile",
          "is_primary": true,
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        },
        {
          "text": "John",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "Jane",
          "is_partner": true,
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "M.",
          "attribute_def": "e49439d9-0887-4b17-b05b-22831cb34906"
        },
        {
          "text": "Doe",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        },
        {
          "text": "Doe",
          "is_partner": true,
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        },
        {
          "text": "Johnny",
          "attribute_def": "cd148024-757a-4b51-9925-159363a6dfe2"
        },
        {
          "text": "New",
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7"
        },
        {
          "text": "foo",
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7"
        },
        {
          "text": "poo",
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7"
        },
        {
          "date": 1000000,
          "attribute_def": "fec55617-ade5-4a11-b416-05f282e28617"
        },
        {
          "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
          "attribute_def": "177b4025-f189-4514-b1f8-40b524320e8c"
        },
        {
          "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
          "attribute_def": "8adf799e-2663-469e-8f29-84fc05a9944b"
        },
        {
          "text": "Rechat",
          "attribute_def": "a49339a0-c224-49aa-a7f2-e08817e4dea3"
        },
        {
          "is_primary": true,
          "is_partner": false,
          "index": 1,
          "label": "Office",
          "address": {
            "name": "Street",
            "city": "Dallas",
            "state": "Texas",
            "country": "US",
            "postcode": "72890",
            "extra": "Office"
          },
          "attribute_def": "16f399bc-e658-49d9-bde6-bf1a13be60f7"
        },
        {
          "text": "ExplicitlyCreated",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "text": "This is a sample note",
          "attribute_def": "6d05310d-f7a8-45d8-92c5-33af32d856aa"
        },
        {
          "text": "This is another note",
          "attribute_def": "6d05310d-f7a8-45d8-92c5-33af32d856aa"
        },
        {
          "text": "Contact Test Subject",
          "attribute_def": "f43b8c78-a1e3-4719-98d7-84e23aa73cbd"
        },
        {
          "label": "Personal",
          "text": "http://www.gholi.com",
          "attribute_def": "b1a4ad11-9197-46df-a6b1-060d42495822"
        }
      ],
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    }
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "display_name": "Johnny",
      "partner_name": "Jane Doe",
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Johnny",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "summary": {
        "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "is_partner": false,
        "title": null,
        "first_name": "John",
        "middle_name": "M.",
        "last_name": "Doe",
        "marketing_name": null,
        "nickname": "Johnny",
        "email": "[email protected]",
        "phone_number": "+989124834198",
        "company": "Rechat",
        "birthday": 950400,
        "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "job_title": "Contact Test Subject",
        "source_type": "ExplicitlyCreated",
        "source": null,
        "tags": [
          "New",
          "foo",
          "poo"
        ],
        "display_name": "John Doe",
        "abbreviated_display_name": "Johnny",
        "type": "contact_summary"
      },
      "ios_address_book_id": null,
      "android_address_book_id": null,
      "created_at": 1770151081.269335,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "direct_request",
      "updated_for": "direct_request",
      "deleted_for": null,
      "title": null,
      "first_name": "John",
      "partner_first_name": "Jane",
      "middle_name": "M.",
      "last_name": "Doe",
      "partner_last_name": "Doe",
      "marketing_name": null,
      "nickname": "Johnny",
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": "[email protected]",
      "phone_number": "+989124834198",
      "primary_phone_number": "+989124834198",
      "phone_numbers": [
        "+989124834198"
      ],
      "company": "Rechat",
      "birthday": "1970-01-12T00:00:00.000Z",
      "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "job_title": "Contact Test Subject",
      "source_type": "ExplicitlyCreated",
      "source": null,
      "website": [
        "http://www.gholi.com"
      ],
      "tags": [
        "poo",
        "foo",
        "New"
      ],
      "address": [
        {
          "city": "Dallas",
          "full": "Street, Dallas Texas 72890",
          "name": "Street",
          "type": "stdaddr",
          "extra": "Office",
          "line1": "Street",
          "line2": "Dallas Texas 72890",
          "state": "Texas",
          "country": "US",
          "postcode": "72890"
        }
      ],
      "attributes": [
        {
          "id": "d01dbe73-6e72-442f-8794-0c8bb19fb98c",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "d5b21d60-d87a-4eec-ad11-7e50252f57d0",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "email",
            "data_type": "text",
            "label": "Email",
            "section": "Contact Info",
            "required": false,
            "global": true,
            "singular": false,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": true,
            "labels": [
              "Personal",
              "Work",
              "Other"
            ],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.275873,
          "updated_at": 1770151081.275873,
          "deleted_at": null,
          "label": "Work",
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "email",
          "text": "[email protected]",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "cb6810ac-0b54-4e56-83ca-25c991069198",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "d5b21d60-d87a-4eec-ad11-7e50252f57d0",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "email",
            "data_type": "text",
            "label": "Email",
            "section": "Contact Info",
            "required": false,
            "global": true,
            "singular": false,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": true,
            "labels": [
              "Personal",
              "Work",
              "Other"
            ],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.275943,
          "updated_at": 1770151081.275943,
          "deleted_at": null,
          "label": "Work",
          "is_primary": false,
          "is_partner": true,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "email",
          "text": "[email protected]",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "ea022db2-ac2a-47a6-af83-a4e2c6546bb1",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "phone_number",
            "data_type": "text",
            "label": "Phone",
            "section": "Contact Info",
            "required": false,
            "global": true,
            "singular": false,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": true,
            "labels": [
              "Home",
              "Mobile",
              "Work",
              "Fax",
              "WhatsApp",
              "Other"
            ],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.275959,
          "updated_at": 1770151081.275959,
          "deleted_at": null,
          "label": "Mobile",
          "is_primary": true,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "phone_number",
          "text": "+989124834198",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "ba50d6c6-20fa-41e1-8cc3-c7033deba00e",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "36fd9fd2-b672-41c0-966f-2c7673421a4e",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "first_name",
            "data_type": "text",
            "label": "First Name",
            "section": "Details",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.275973,
          "updated_at": 1770151081.275973,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "first_name",
          "text": "John",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "f82e38a1-8011-4252-8c71-68a28c57fe2a",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "36fd9fd2-b672-41c0-966f-2c7673421a4e",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "first_name",
            "data_type": "text",
            "label": "First Name",
            "section": "Details",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.275986,
          "updated_at": 1770151081.275986,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": true,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "first_name",
          "text": "Jane",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "521b406d-ab48-4d59-aa76-e79c2eb4b780",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "e49439d9-0887-4b17-b05b-22831cb34906",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "middle_name",
            "data_type": "text",
            "label": "Middle Name",
            "section": "Details",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.275999,
          "updated_at": 1770151081.275999,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "middle_name",
          "text": "M.",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "7a107cb6-5dda-4857-a3d8-011b52798db9",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "2df407b0-9283-4e06-84ca-1cd765903987",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "last_name",
            "data_type": "text",
            "label": "Last Name",
            "section": "Details",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276015,
          "updated_at": 1770151081.276015,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "last_name",
          "text": "Doe",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "3f5d99e7-9b79-44b1-80e6-364b1a41f2b0",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "2df407b0-9283-4e06-84ca-1cd765903987",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "last_name",
            "data_type": "text",
            "label": "Last Name",
            "section": "Details",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276031,
          "updated_at": 1770151081.276031,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": true,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "last_name",
          "text": "Doe",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "68d05f4b-1e4e-4048-a2c5-2c99ffa3aab9",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "cd148024-757a-4b51-9925-159363a6dfe2",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "nickname",
            "data_type": "text",
            "label": "Nickname",
            "section": "Details",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276046,
          "updated_at": 1770151081.276046,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "nickname",
          "text": "Johnny",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "37fcffe6-47cd-46d5-86c4-96afc759a084",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "5b3c994e-7569-4df8-b8db-f37421a684f7",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "tag",
            "data_type": "text",
            "label": "Tag",
            "section": "Tags",
            "required": false,
            "global": true,
            "singular": false,
            "show": false,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276061,
          "updated_at": 1770151081.276061,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "tag",
          "text": "New",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "4d2b7486-7c9d-4cdc-aa75-594e4c0e3338",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "5b3c994e-7569-4df8-b8db-f37421a684f7",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "tag",
            "data_type": "text",
            "label": "Tag",
            "section": "Tags",
            "required": false,
            "global": true,
            "singular": false,
            "show": false,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.27608,
          "updated_at": 1770151081.27608,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "tag",
          "text": "foo",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "f6cebe82-752b-4412-926d-f57b63921b49",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "5b3c994e-7569-4df8-b8db-f37421a684f7",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "tag",
            "data_type": "text",
            "label": "Tag",
            "section": "Tags",
            "required": false,
            "global": true,
            "singular": false,
            "show": false,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276097,
          "updated_at": 1770151081.276097,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "tag",
          "text": "poo",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "e2bd423b-db03-4804-947f-24d092ebb477",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "fec55617-ade5-4a11-b416-05f282e28617",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "birthday",
            "data_type": "date",
            "label": "Birthday",
            "section": "Dates",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": false,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276114,
          "updated_at": 1770151081.276114,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "birthday",
          "text": null,
          "date": 950400,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "a3fb9e4e-71e4-4917-be1c-961b90319bc6",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "177b4025-f189-4514-b1f8-40b524320e8c",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "profile_image_url",
            "data_type": "text",
            "label": "Profile Picture URL",
            "section": "Header",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": false,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276176,
          "updated_at": 1770151081.276176,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "profile_image_url",
          "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "8537d64e-1b0f-49e2-b695-05ef0e235ade",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "8adf799e-2663-469e-8f29-84fc05a9944b",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "cover_image_url",
            "data_type": "text",
            "label": "Cover Image URL",
            "section": "Header",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": false,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276197,
          "updated_at": 1770151081.276197,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "cover_image_url",
          "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "6163a211-bf99-45d2-a43a-b339d1979acd",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "a49339a0-c224-49aa-a7f2-e08817e4dea3",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "company",
            "data_type": "text",
            "label": "Company",
            "section": "Details",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276215,
          "updated_at": 1770151081.276215,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "company",
          "text": "Rechat",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "902318f7-d4de-41ec-a972-cb8d5bea9851",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "16f399bc-e658-49d9-bde6-bf1a13be60f7",
            "created_at": 1770150919.204061,
            "updated_at": 1770150919.204061,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "address",
            "data_type": "address",
            "label": "Address",
            "section": "Addresses",
            "required": false,
            "global": true,
            "singular": false,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": false,
            "has_label": false,
            "labels": [
              "Home",
              "Work",
              "Investment Property",
              "Other"
            ],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276232,
          "updated_at": 1770151081.276232,
          "deleted_at": null,
          "label": "Office",
          "is_primary": true,
          "is_partner": false,
          "index": 1,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "address",
          "text": null,
          "date": null,
          "address": {
            "city": "Dallas",
            "full": "Street, Dallas Texas 72890",
            "name": "Street",
            "type": "stdaddr",
            "extra": "Office",
            "line1": "Street",
            "line2": "Dallas Texas 72890",
            "state": "Texas",
            "country": "US",
            "postcode": "72890"
          },
          "type": "contact_attribute"
        },
        {
          "id": "c613a606-40bb-4c13-af2d-e8d01d9ab64b",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "10b9382e-cc08-4c08-b74c-bd8019a1cea0",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "source_type",
            "data_type": "text",
            "label": "Origin",
            "section": "Contact Info",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": false,
            "searchable": false,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276268,
          "updated_at": 1770151081.276268,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "source_type",
          "text": "ExplicitlyCreated",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "b63cc0e7-1dd3-432d-9d96-b23e8e36411d",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "6d05310d-f7a8-45d8-92c5-33af32d856aa",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "note",
            "data_type": "text",
            "label": "Note",
            "section": "Notes",
            "required": false,
            "global": true,
            "singular": false,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276287,
          "updated_at": 1770151081.276287,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "note",
          "text": "This is a sample note",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "ab53ec6d-36b7-4c12-8427-504a4a5fc463",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "6d05310d-f7a8-45d8-92c5-33af32d856aa",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "note",
            "data_type": "text",
            "label": "Note",
            "section": "Notes",
            "required": false,
            "global": true,
            "singular": false,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276305,
          "updated_at": 1770151081.276305,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "note",
          "text": "This is another note",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "389dc843-4a4e-4a92-a34a-d0f93e59d441",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "f43b8c78-a1e3-4719-98d7-84e23aa73cbd",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "job_title",
            "data_type": "text",
            "label": "Job Title",
            "section": "Details",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276323,
          "updated_at": 1770151081.276323,
          "deleted_at": null,
          "label": null,
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "job_title",
          "text": "Contact Test Subject",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        },
        {
          "id": "ddcdc885-6beb-452f-8f84-0c12a6d4a3f1",
          "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
          "attribute_def": {
            "id": "b1a4ad11-9197-46df-a6b1-060d42495822",
            "created_at": 1529043568.904529,
            "updated_at": 1529043568.904529,
            "deleted_at": null,
            "created_by": null,
            "updated_by": null,
            "name": "website",
            "data_type": "text",
            "label": "Website",
            "section": "Contact Info",
            "required": false,
            "global": true,
            "singular": true,
            "show": true,
            "filterable": true,
            "editable": true,
            "searchable": true,
            "has_label": false,
            "labels": [],
            "enum_values": null,
            "user": null,
            "brand": null,
            "type": "contact_attribute_def"
          },
          "created_at": 1770151081.276342,
          "updated_at": 1770151081.276342,
          "deleted_at": null,
          "label": "Personal",
          "is_primary": false,
          "is_partner": false,
          "index": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "updated_by": null,
          "attribute_type": "website",
          "text": "http://www.gholi.com",
          "date": null,
          "address": null,
          "type": "contact_attribute"
        }
      ],
      "type": "contact"
    }
  ],
  "info": {
    "count": 1,
    "total": 0
  }
}

Update multiple contacts

Update multiple contacts
PATCH/contacts

Updates multiple contacts and their attributes. If attributes have id, they are updated; otherwise, they will be added as new attributes.

Example URI

PATCH /contacts
URI Parameters
HideShow
get
string (required) Example: true
associations
array (optional) Example: contact.attributes
Request
HideShow
Body
{
  "contacts": [
    {
      "id": "c27bc7e5-85c6-4752-92c1-5266a8d95c4b",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    },
    {
      "id": "6dc9fc5f-107d-4cec-a011-58e44ae26ccb",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    },
    {
      "id": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    },
    {
      "id": "580fbd85-e5e8-432c-83ec-261d14592672",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    },
    {
      "id": "32d5a20c-94ea-4e02-9575-825ec4892dfd",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    },
    {
      "id": "d6edc814-ed3f-4d34-9023-6fd829d6f451",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    },
    {
      "id": "ca1424d8-7d4c-47b3-8b18-2e870be00aba",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    },
    {
      "id": "9be43a34-12df-4bf9-9fa7-1153d3f77c35",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    },
    {
      "id": "c3ad7487-4400-4cd5-934a-d04f3359921b",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    },
    {
      "id": "fe2eec49-4fc7-41a2-b5b6-a1090c7549a7",
      "attributes": [
        {
          "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "text": "ManyContacts"
        }
      ]
    }
  ]
}
Response  204

Delete multiple contacts

Delete multiple contacts
DELETE/contacts

Example URI

DELETE /contacts
Request
HideShow
Body
{
  "ids": [
    "c3ad7487-4400-4cd5-934a-d04f3359921b",
    "32d5a20c-94ea-4e02-9575-825ec4892dfd"
  ]
}
Response  204

Search in contacts by query term

Search in contacts by query term
POST/contacts/filter

Example URI

POST /contacts/filter
URI Parameters
HideShow
q
string (optional) Example: [email protected]

String search in title and description

alphabet
string (optional) Example: a

Filter by first letter of last name (sort_field)

users
string (optional) 

Owner of the contact

crm_task
string (optional) 

CrmTask association query

ids
string (optional) 

List of specific contact ids to include

excludes
string (optional) 

List of specific contact ids to exclude

created_by
string (optional) 

Creator of the contact

updated_by
string (optional) 

The last person who has updated the contact

lists
string (optional) 

Belongs to list

flows
string (optional) 

Enrolled in some flows

created_gte
number (optional) 

Created after

created_lte
number (optional) 

Created before

updated_gte
number (optional) 

Last updated after

updated_lte
number (optional) 

Last updated before

last_touch_gte
number (optional) 

Last touch after

last_touch_lte
number (optional) 

Last touch before

next_touch_gte
number (optional) 

Next touch after

next_touch_lte
number (optional) 

Next touch before

start
number (optional) 
limit
number (optional) Default: 10 
order
string (optional) Example: sort_field

Put a minus sign before field name for descending order

  • Members:
    • display_name
    • sort_field
    • last_touch
    • next_touch
    • created_at
    • updated_at
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "c27bc7e5-85c6-4752-92c1-5266a8d95c4b",
      "display_name": "Kate Bell",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Bell Kate",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "177C371E-701D-42F8-A03B-C61CA31627F6",
      "android_address_book_id": null,
      "created_at": 1770151081.694788,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Kate",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Bell",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "(415) 555-3695",
      "primary_phone_number": "(415) 555-3695",
      "phone_numbers": [
        "(415) 555-3695",
        "(555) 564-8583"
      ],
      "company": null,
      "birthday": "1978-01-13T00:00:00.000Z",
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Hillsborough",
          "full": "165 Davis Street, Hillsborough CA 94010",
          "name": "Davis",
          "type": "stdaddr",
          "line1": "165 Davis Street",
          "line2": "Hillsborough CA 94010",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94010",
          "house_num": "165"
        }
      ],
      "type": "contact"
    }
  ],
  "info": {
    "count": 1,
    "total": 1
  }
}

Filter contacts by attributes

Filter contacts by attributes
POST/contacts/filter

Example URI

POST /contacts/filter
URI Parameters
HideShow
q
string (optional) Example: Hello World

String search in title and description

alphabet
string (optional) Example: a

Filter by first letter of last name (sort_field)

users
string (optional) 

Owner of the contact

crm_task
string (optional) 

CrmTask association query

ids
string (optional) 

List of specific contact ids to include

excludes
string (optional) 

List of specific contact ids to exclude

created_by
string (optional) 

Creator of the contact

updated_by
string (optional) 

The last person who has updated the contact

lists
string (optional) 

Belongs to list

flows
string (optional) 

Enrolled in some flows

created_gte
number (optional) 

Created after

created_lte
number (optional) 

Created before

updated_gte
number (optional) 

Last updated after

updated_lte
number (optional) 

Last updated before

last_touch_gte
number (optional) 

Last touch after

last_touch_lte
number (optional) 

Last touch before

next_touch_gte
number (optional) 

Next touch after

next_touch_lte
number (optional) 

Next touch before

start
number (optional) 
limit
number (optional) Default: 10 
order
string (optional) Example: sort_field

Put a minus sign before field name for descending order

  • Members:
    • display_name
    • sort_field
    • last_touch
    • next_touch
    • created_at
    • updated_at
Request
HideShow
Body
{
  "filter": [
    {
      "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
      "value": "New"
    },
    {
      "attribute_def": "a49339a0-c224-49aa-a7f2-e08817e4dea3",
      "value": "Rechat"
    }
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "display_name": "Johnny",
      "partner_name": "Jane Doe",
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Johnny",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": null,
      "android_address_book_id": null,
      "created_at": 1770151081.269335,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "direct_request",
      "updated_for": "direct_request",
      "deleted_for": null,
      "title": null,
      "first_name": "John",
      "partner_first_name": "Jane",
      "middle_name": "M.",
      "last_name": "Doe",
      "partner_last_name": "Doe",
      "marketing_name": null,
      "nickname": "Johnny",
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": "[email protected]",
      "phone_number": "+989124834198",
      "primary_phone_number": "+989124834198",
      "phone_numbers": [
        "+989124834198"
      ],
      "company": "Rechat",
      "birthday": "1970-01-12T00:00:00.000Z",
      "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "job_title": "Contact Test Subject",
      "source_type": "ExplicitlyCreated",
      "source": null,
      "website": [
        "http://www.gholi.com"
      ],
      "tags": [
        "poo",
        "foo",
        "New"
      ],
      "address": [
        {
          "city": "Dallas",
          "full": "Street, Dallas Texas 72890",
          "name": "Street",
          "type": "stdaddr",
          "extra": "Office",
          "line1": "Street",
          "line2": "Dallas Texas 72890",
          "state": "Texas",
          "country": "US",
          "postcode": "72890"
        }
      ],
      "type": "contact"
    }
  ],
  "info": {
    "count": 1,
    "total": 1
  }
}

Filter contacts by multiple tags

Filter contacts by multiple tags
POST/contacts/filter

Example URI

POST /contacts/filter
URI Parameters
HideShow
q
string (optional) Example: Hello World

String search in title and description

alphabet
string (optional) Example: a

Filter by first letter of last name (sort_field)

users
string (optional) 

Owner of the contact

crm_task
string (optional) 

CrmTask association query

ids
string (optional) 

List of specific contact ids to include

excludes
string (optional) 

List of specific contact ids to exclude

created_by
string (optional) 

Creator of the contact

updated_by
string (optional) 

The last person who has updated the contact

lists
string (optional) 

Belongs to list

flows
string (optional) 

Enrolled in some flows

created_gte
number (optional) 

Created after

created_lte
number (optional) 

Created before

updated_gte
number (optional) 

Last updated after

updated_lte
number (optional) 

Last updated before

last_touch_gte
number (optional) 

Last touch after

last_touch_lte
number (optional) 

Last touch before

next_touch_gte
number (optional) 

Next touch after

next_touch_lte
number (optional) 

Next touch before

start
number (optional) 
limit
number (optional) Default: 10 
order
string (optional) Example: sort_field

Put a minus sign before field name for descending order

  • Members:
    • display_name
    • sort_field
    • last_touch
    • next_touch
    • created_at
    • updated_at
Request
HideShow
Body
{
  "filter": [
    {
      "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
      "value": "New"
    },
    {
      "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
      "value": "foo"
    }
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "display_name": "Johnny",
      "partner_name": "Jane Doe",
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Johnny",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": null,
      "android_address_book_id": null,
      "created_at": 1770151081.269335,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "direct_request",
      "updated_for": "direct_request",
      "deleted_for": null,
      "title": null,
      "first_name": "John",
      "partner_first_name": "Jane",
      "middle_name": "M.",
      "last_name": "Doe",
      "partner_last_name": "Doe",
      "marketing_name": null,
      "nickname": "Johnny",
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": "[email protected]",
      "phone_number": "+989124834198",
      "primary_phone_number": "+989124834198",
      "phone_numbers": [
        "+989124834198"
      ],
      "company": "Rechat",
      "birthday": "1970-01-12T00:00:00.000Z",
      "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "job_title": "Contact Test Subject",
      "source_type": "ExplicitlyCreated",
      "source": null,
      "website": [
        "http://www.gholi.com"
      ],
      "tags": [
        "poo",
        "foo",
        "New"
      ],
      "address": [
        {
          "city": "Dallas",
          "full": "Street, Dallas Texas 72890",
          "name": "Street",
          "type": "stdaddr",
          "extra": "Office",
          "line1": "Street",
          "line2": "Dallas Texas 72890",
          "state": "Texas",
          "country": "US",
          "postcode": "72890"
        }
      ],
      "type": "contact"
    }
  ],
  "info": {
    "count": 1,
    "total": 1
  }
}

Filter contacts not having attributes

Filter contacts not having attributes
POST/contacts/filter

Example URI

POST /contacts/filter
URI Parameters
HideShow
q
string (optional) Example: Hello World

String search in title and description

alphabet
string (optional) Example: a

Filter by first letter of last name (sort_field)

users
string (optional) 

Owner of the contact

crm_task
string (optional) 

CrmTask association query

ids
string (optional) 

List of specific contact ids to include

excludes
string (optional) 

List of specific contact ids to exclude

created_by
string (optional) 

Creator of the contact

updated_by
string (optional) 

The last person who has updated the contact

lists
string (optional) 

Belongs to list

flows
string (optional) 

Enrolled in some flows

created_gte
number (optional) 

Created after

created_lte
number (optional) 

Created before

updated_gte
number (optional) 

Last updated after

updated_lte
number (optional) 

Last updated before

last_touch_gte
number (optional) 

Last touch after

last_touch_lte
number (optional) 

Last touch before

next_touch_gte
number (optional) 

Next touch after

next_touch_lte
number (optional) 

Next touch before

start
number (optional) 
limit
number (optional) Default: 10 
order
string (optional) Example: sort_field

Put a minus sign before field name for descending order

  • Members:
    • display_name
    • sort_field
    • last_touch
    • next_touch
    • created_at
    • updated_at
Request
HideShow
Body
{
  "filter": [
    {
      "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
      "value": "New",
      "invert": true
    },
    {
      "attribute_type": "tag",
      "value": "foo",
      "invert": true,
      "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7"
    }
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "32d5a20c-94ea-4e02-9575-825ec4892dfd",
      "display_name": "Zakroff",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Zakroff",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": null,
      "android_address_book_id": null,
      "created_at": 1770151081.694945,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": null,
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Zakroff",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": null,
      "primary_phone_number": null,
      "phone_numbers": null,
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": null,
      "source": null,
      "website": null,
      "tags": null,
      "address": null,
      "type": "contact"
    },
    {
      "id": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
      "display_name": "John Appleseed",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Appleseed John",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "410FE041-5C4E-48DA-B4DE-04C15EA3DBAC",
      "android_address_book_id": null,
      "created_at": 1770151081.694905,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "John",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Appleseed",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]",
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "888-555-1212",
      "primary_phone_number": "888-555-1212",
      "phone_numbers": [
        "888-555-1212",
        "888-555-5512"
      ],
      "company": null,
      "birthday": "1980-06-17T00:00:00.000Z",
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Atlanta",
          "full": "3494 Kuhl Avenue, Atlanta GA 30303",
          "name": "Kuhl",
          "type": "stdaddr",
          "line1": "3494 Kuhl Avenue",
          "line2": "Atlanta GA 30303",
          "state": "GA",
          "suftype": "Avenue",
          "postcode": "30303",
          "house_num": "3494"
        }
      ],
      "type": "contact"
    },
    {
      "id": "580fbd85-e5e8-432c-83ec-261d14592672",
      "display_name": "Anna Haro",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Haro Anna",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "F57C8277-585D-4327-88A6-B5689FF69DFE",
      "android_address_book_id": null,
      "created_at": 1770151081.694925,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Anna",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Haro",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "555-522-8243",
      "primary_phone_number": "555-522-8243",
      "phone_numbers": [
        "555-522-8243"
      ],
      "company": null,
      "birthday": "1985-08-22T00:00:00.000Z",
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Sausalito",
          "full": "1001 Leavenworth Street, Sausalito CA 94965",
          "name": "Leavenworth",
          "type": "stdaddr",
          "line1": "1001 Leavenworth Street",
          "line2": "Sausalito CA 94965",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94965",
          "house_num": "1001"
        }
      ],
      "type": "contact"
    },
    {
      "id": "6dc9fc5f-107d-4cec-a011-58e44ae26ccb",
      "display_name": "Daniel Higgins",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Higgins Daniel",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "AB211C5F-9EC9-429F-9466-B9382FF61035",
      "android_address_book_id": null,
      "created_at": 1770151081.694881,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Daniel",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Higgins",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "(408) 555-3514",
      "primary_phone_number": "(408) 555-3514",
      "phone_numbers": [
        "(408) 555-3514",
        "(408) 555-5270",
        "555-478-7672"
      ],
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Corte Madera",
          "full": "322 Laguna Street, Corte Madera CA 94925",
          "name": "Laguna",
          "type": "stdaddr",
          "line1": "322 Laguna Street",
          "line2": "Corte Madera CA 94925",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94925",
          "house_num": "322"
        }
      ],
      "type": "contact"
    },
    {
      "id": "9be43a34-12df-4bf9-9fa7-1153d3f77c35",
      "display_name": "David Taylor",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Taylor David",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "E94CD15C-7964-4A9B-8AC4-10D7CFB791FD",
      "android_address_book_id": null,
      "created_at": 1770151081.695003,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "David",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Taylor",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": null,
      "primary_email": null,
      "emails": null,
      "parked": false,
      "partner_email": null,
      "phone_number": "555-610-6679",
      "primary_phone_number": "555-610-6679",
      "phone_numbers": [
        "555-610-6679"
      ],
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Tiburon",
          "full": "1747 Steuart Street, Tiburon CA 94920",
          "name": "Steuart",
          "type": "stdaddr",
          "line1": "1747 Steuart Street",
          "line2": "Tiburon CA 94920",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94920",
          "house_num": "1747"
        }
      ],
      "type": "contact"
    },
    {
      "id": "c27bc7e5-85c6-4752-92c1-5266a8d95c4b",
      "display_name": "Kate Bell",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Bell Kate",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "177C371E-701D-42F8-A03B-C61CA31627F6",
      "android_address_book_id": null,
      "created_at": 1770151081.694788,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Kate",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Bell",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "(415) 555-3695",
      "primary_phone_number": "(415) 555-3695",
      "phone_numbers": [
        "(415) 555-3695",
        "(555) 564-8583"
      ],
      "company": null,
      "birthday": "1978-01-13T00:00:00.000Z",
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Hillsborough",
          "full": "165 Davis Street, Hillsborough CA 94010",
          "name": "Davis",
          "type": "stdaddr",
          "line1": "165 Davis Street",
          "line2": "Hillsborough CA 94010",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94010",
          "house_num": "165"
        }
      ],
      "type": "contact"
    },
    {
      "id": "c3ad7487-4400-4cd5-934a-d04f3359921b",
      "display_name": "Goat Boy",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Boy Goat",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
      "android_address_book_id": null,
      "created_at": 1770151081.695023,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Goat",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Boy",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": null,
      "primary_phone_number": null,
      "phone_numbers": null,
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Union",
          "full": "50 Park, Union 33333",
          "name": "50 Park",
          "type": "stdaddr",
          "line1": "50 Park",
          "line2": "Union 33333",
          "state": "33333"
        }
      ],
      "type": "contact"
    },
    {
      "id": "ca1424d8-7d4c-47b3-8b18-2e870be00aba",
      "display_name": "David",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "David",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "E94CD15C-7964-4A9B-8AC4-10D7CFB791FD",
      "android_address_book_id": null,
      "created_at": 1770151081.694984,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "David",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": null,
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": null,
      "primary_email": null,
      "emails": null,
      "parked": false,
      "partner_email": null,
      "phone_number": "555-610-6679",
      "primary_phone_number": "555-610-6679",
      "phone_numbers": [
        "555-610-6679"
      ],
      "company": null,
      "birthday": "1998-06-15T00:00:00.000Z",
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": null,
      "type": "contact"
    },
    {
      "id": "d6edc814-ed3f-4d34-9023-6fd829d6f451",
      "display_name": "Hank Zakroff",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Zakroff Hank",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "2E73EE73-C03F-4D5F-B1E8-44E85A70F170",
      "android_address_book_id": null,
      "created_at": 1770151081.694965,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Hank",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Zakroff",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": "(707) 555-1854",
      "primary_phone_number": "(707) 555-1854",
      "phone_numbers": [
        "(707) 555-1854",
        "(555) 766-4823"
      ],
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "San Rafael",
          "full": "1741 Kearny Street, San Rafael CA 94901",
          "name": "Kearny",
          "type": "stdaddr",
          "line1": "1741 Kearny Street",
          "line2": "San Rafael CA 94901",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94901",
          "house_num": "1741"
        }
      ],
      "type": "contact"
    },
    {
      "id": "d6ff1fb8-3f32-4b60-8af0-93857f65ef3f",
      "display_name": "ACME Corporation",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "ACME Corporation",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": null,
      "android_address_book_id": null,
      "created_at": 1770151081.40875,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "direct_request",
      "updated_for": "direct_request",
      "deleted_for": null,
      "title": null,
      "first_name": null,
      "partner_first_name": null,
      "middle_name": null,
      "last_name": null,
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": null,
      "primary_email": null,
      "emails": null,
      "parked": false,
      "partner_email": null,
      "phone_number": null,
      "primary_phone_number": null,
      "phone_numbers": null,
      "company": "ACME Corporation",
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": null,
      "source": null,
      "website": null,
      "tags": null,
      "address": null,
      "type": "contact"
    },
    {
      "id": "fe2eec49-4fc7-41a2-b5b6-a1090c7549a7",
      "display_name": "Goat Boy 2",
      "partner_name": null,
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Boy 2 Goat",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
      "android_address_book_id": null,
      "created_at": 1770151081.695042,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "import_json",
      "updated_for": "import_json",
      "deleted_for": null,
      "title": null,
      "first_name": "Goat",
      "partner_first_name": null,
      "middle_name": null,
      "last_name": "Boy 2",
      "partner_last_name": null,
      "marketing_name": null,
      "nickname": null,
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": null,
      "phone_number": null,
      "primary_phone_number": null,
      "phone_numbers": null,
      "company": null,
      "birthday": null,
      "profile_image_url": null,
      "cover_image_url": null,
      "job_title": null,
      "source_type": "IOSAddressBook",
      "source": null,
      "website": null,
      "tags": null,
      "address": [
        {
          "city": "Union",
          "full": "50 Park, Union 33333",
          "name": "50 Park",
          "type": "stdaddr",
          "line1": "50 Park",
          "line2": "Union 33333",
          "state": "33333"
        }
      ],
      "type": "contact"
    }
  ],
  "info": {
    "count": 11,
    "total": 11
  }
}

Get a contact

Get a contact
GET/contacts/:id

Example URI

GET /contacts/:id
URI Parameters
HideShow
id
string (required) Example: 9f1c4a10-b8b2-4991-9986-d5f536b761d3
associations
array (optional) Example: contact_attribute.attribute_def,contact.attributes,contact.summary
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
    "display_name": "Johnny",
    "partner_name": "Jane Doe",
    "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "sort_field": "Johnny",
    "last_touch": null,
    "last_touch_action": null,
    "next_touch": null,
    "touch_freq": null,
    "summary": {
      "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "is_partner": false,
      "title": null,
      "first_name": "John",
      "middle_name": "M.",
      "last_name": "Doe",
      "marketing_name": null,
      "nickname": "Johnny",
      "email": "[email protected]",
      "phone_number": "+989124834198",
      "company": "Rechat",
      "birthday": 950400,
      "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "job_title": "Contact Test Subject",
      "source_type": "ExplicitlyCreated",
      "source": null,
      "tags": [
        "New",
        "foo",
        "poo"
      ],
      "display_name": "John Doe",
      "abbreviated_display_name": "Johnny",
      "type": "contact_summary"
    },
    "ios_address_book_id": null,
    "android_address_book_id": null,
    "created_at": 1770151081.269335,
    "updated_at": 1770151080.255012,
    "deleted_at": null,
    "created_for": "direct_request",
    "updated_for": "direct_request",
    "deleted_for": null,
    "title": null,
    "first_name": "John",
    "partner_first_name": "Jane",
    "middle_name": "M.",
    "last_name": "Doe",
    "partner_last_name": "Doe",
    "marketing_name": null,
    "nickname": "Johnny",
    "email": "[email protected]",
    "primary_email": "[email protected]",
    "emails": [
      "[email protected]"
    ],
    "parked": false,
    "partner_email": "[email protected]",
    "phone_number": "+989124834198",
    "primary_phone_number": "+989124834198",
    "phone_numbers": [
      "+989124834198"
    ],
    "company": "Rechat",
    "birthday": "1970-01-12T00:00:00.000Z",
    "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "job_title": "Contact Test Subject",
    "source_type": "ExplicitlyCreated",
    "source": null,
    "website": [
      "http://www.gholi.com"
    ],
    "tags": [
      "poo",
      "foo",
      "New"
    ],
    "address": [
      {
        "city": "Dallas",
        "full": "Street, Dallas Texas 72890",
        "name": "Street",
        "type": "stdaddr",
        "extra": "Office",
        "line1": "Street",
        "line2": "Dallas Texas 72890",
        "state": "Texas",
        "country": "US",
        "postcode": "72890"
      }
    ],
    "attributes": [
      {
        "id": "d01dbe73-6e72-442f-8794-0c8bb19fb98c",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "d5b21d60-d87a-4eec-ad11-7e50252f57d0",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "email",
          "data_type": "text",
          "label": "Email",
          "section": "Contact Info",
          "required": false,
          "global": true,
          "singular": false,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": true,
          "labels": [
            "Personal",
            "Work",
            "Other"
          ],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.275873,
        "updated_at": 1770151081.275873,
        "deleted_at": null,
        "label": "Work",
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "cb6810ac-0b54-4e56-83ca-25c991069198",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "d5b21d60-d87a-4eec-ad11-7e50252f57d0",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "email",
          "data_type": "text",
          "label": "Email",
          "section": "Contact Info",
          "required": false,
          "global": true,
          "singular": false,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": true,
          "labels": [
            "Personal",
            "Work",
            "Other"
          ],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.275943,
        "updated_at": 1770151081.275943,
        "deleted_at": null,
        "label": "Work",
        "is_primary": false,
        "is_partner": true,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ea022db2-ac2a-47a6-af83-a4e2c6546bb1",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "phone_number",
          "data_type": "text",
          "label": "Phone",
          "section": "Contact Info",
          "required": false,
          "global": true,
          "singular": false,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": true,
          "labels": [
            "Home",
            "Mobile",
            "Work",
            "Fax",
            "WhatsApp",
            "Other"
          ],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.275959,
        "updated_at": 1770151081.275959,
        "deleted_at": null,
        "label": "Mobile",
        "is_primary": true,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "phone_number",
        "text": "+989124834198",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ba50d6c6-20fa-41e1-8cc3-c7033deba00e",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "36fd9fd2-b672-41c0-966f-2c7673421a4e",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "first_name",
          "data_type": "text",
          "label": "First Name",
          "section": "Details",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.275973,
        "updated_at": 1770151081.275973,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "first_name",
        "text": "John",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "f82e38a1-8011-4252-8c71-68a28c57fe2a",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "36fd9fd2-b672-41c0-966f-2c7673421a4e",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "first_name",
          "data_type": "text",
          "label": "First Name",
          "section": "Details",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.275986,
        "updated_at": 1770151081.275986,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": true,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "first_name",
        "text": "Jane",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "521b406d-ab48-4d59-aa76-e79c2eb4b780",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "e49439d9-0887-4b17-b05b-22831cb34906",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "middle_name",
          "data_type": "text",
          "label": "Middle Name",
          "section": "Details",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.275999,
        "updated_at": 1770151081.275999,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "middle_name",
        "text": "M.",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "7a107cb6-5dda-4857-a3d8-011b52798db9",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "2df407b0-9283-4e06-84ca-1cd765903987",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "last_name",
          "data_type": "text",
          "label": "Last Name",
          "section": "Details",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276015,
        "updated_at": 1770151081.276015,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "last_name",
        "text": "Doe",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "3f5d99e7-9b79-44b1-80e6-364b1a41f2b0",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "2df407b0-9283-4e06-84ca-1cd765903987",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "last_name",
          "data_type": "text",
          "label": "Last Name",
          "section": "Details",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276031,
        "updated_at": 1770151081.276031,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": true,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "last_name",
        "text": "Doe",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "68d05f4b-1e4e-4048-a2c5-2c99ffa3aab9",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "cd148024-757a-4b51-9925-159363a6dfe2",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "nickname",
          "data_type": "text",
          "label": "Nickname",
          "section": "Details",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276046,
        "updated_at": 1770151081.276046,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "nickname",
        "text": "Johnny",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "37fcffe6-47cd-46d5-86c4-96afc759a084",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "tag",
          "data_type": "text",
          "label": "Tag",
          "section": "Tags",
          "required": false,
          "global": true,
          "singular": false,
          "show": false,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276061,
        "updated_at": 1770151081.276061,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "New",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "4d2b7486-7c9d-4cdc-aa75-594e4c0e3338",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "tag",
          "data_type": "text",
          "label": "Tag",
          "section": "Tags",
          "required": false,
          "global": true,
          "singular": false,
          "show": false,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.27608,
        "updated_at": 1770151081.27608,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "foo",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "f6cebe82-752b-4412-926d-f57b63921b49",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "5b3c994e-7569-4df8-b8db-f37421a684f7",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "tag",
          "data_type": "text",
          "label": "Tag",
          "section": "Tags",
          "required": false,
          "global": true,
          "singular": false,
          "show": false,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276097,
        "updated_at": 1770151081.276097,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "poo",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "e2bd423b-db03-4804-947f-24d092ebb477",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "fec55617-ade5-4a11-b416-05f282e28617",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "birthday",
          "data_type": "date",
          "label": "Birthday",
          "section": "Dates",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": false,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276114,
        "updated_at": 1770151081.276114,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "birthday",
        "text": null,
        "date": 950400,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "a3fb9e4e-71e4-4917-be1c-961b90319bc6",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "177b4025-f189-4514-b1f8-40b524320e8c",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "profile_image_url",
          "data_type": "text",
          "label": "Profile Picture URL",
          "section": "Header",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": false,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276176,
        "updated_at": 1770151081.276176,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "profile_image_url",
        "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "8537d64e-1b0f-49e2-b695-05ef0e235ade",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "8adf799e-2663-469e-8f29-84fc05a9944b",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "cover_image_url",
          "data_type": "text",
          "label": "Cover Image URL",
          "section": "Header",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": false,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276197,
        "updated_at": 1770151081.276197,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "cover_image_url",
        "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "6163a211-bf99-45d2-a43a-b339d1979acd",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "a49339a0-c224-49aa-a7f2-e08817e4dea3",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "company",
          "data_type": "text",
          "label": "Company",
          "section": "Details",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276215,
        "updated_at": 1770151081.276215,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "company",
        "text": "Rechat",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "902318f7-d4de-41ec-a972-cb8d5bea9851",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "16f399bc-e658-49d9-bde6-bf1a13be60f7",
          "created_at": 1770150919.204061,
          "updated_at": 1770150919.204061,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "address",
          "data_type": "address",
          "label": "Address",
          "section": "Addresses",
          "required": false,
          "global": true,
          "singular": false,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": false,
          "has_label": false,
          "labels": [
            "Home",
            "Work",
            "Investment Property",
            "Other"
          ],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276232,
        "updated_at": 1770151081.276232,
        "deleted_at": null,
        "label": "Office",
        "is_primary": true,
        "is_partner": false,
        "index": 1,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "address",
        "text": null,
        "date": null,
        "address": {
          "city": "Dallas",
          "full": "Street, Dallas Texas 72890",
          "name": "Street",
          "type": "stdaddr",
          "extra": "Office",
          "line1": "Street",
          "line2": "Dallas Texas 72890",
          "state": "Texas",
          "country": "US",
          "postcode": "72890"
        },
        "type": "contact_attribute"
      },
      {
        "id": "c613a606-40bb-4c13-af2d-e8d01d9ab64b",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "10b9382e-cc08-4c08-b74c-bd8019a1cea0",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "source_type",
          "data_type": "text",
          "label": "Origin",
          "section": "Contact Info",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": false,
          "searchable": false,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276268,
        "updated_at": 1770151081.276268,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "source_type",
        "text": "ExplicitlyCreated",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "b63cc0e7-1dd3-432d-9d96-b23e8e36411d",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "6d05310d-f7a8-45d8-92c5-33af32d856aa",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "note",
          "data_type": "text",
          "label": "Note",
          "section": "Notes",
          "required": false,
          "global": true,
          "singular": false,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276287,
        "updated_at": 1770151081.276287,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "note",
        "text": "This is a sample note",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ab53ec6d-36b7-4c12-8427-504a4a5fc463",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "6d05310d-f7a8-45d8-92c5-33af32d856aa",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "note",
          "data_type": "text",
          "label": "Note",
          "section": "Notes",
          "required": false,
          "global": true,
          "singular": false,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276305,
        "updated_at": 1770151081.276305,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "note",
        "text": "This is another note",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "389dc843-4a4e-4a92-a34a-d0f93e59d441",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "f43b8c78-a1e3-4719-98d7-84e23aa73cbd",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "job_title",
          "data_type": "text",
          "label": "Job Title",
          "section": "Details",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276323,
        "updated_at": 1770151081.276323,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "job_title",
        "text": "Contact Test Subject",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ddcdc885-6beb-452f-8f84-0c12a6d4a3f1",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "attribute_def": {
          "id": "b1a4ad11-9197-46df-a6b1-060d42495822",
          "created_at": 1529043568.904529,
          "updated_at": 1529043568.904529,
          "deleted_at": null,
          "created_by": null,
          "updated_by": null,
          "name": "website",
          "data_type": "text",
          "label": "Website",
          "section": "Contact Info",
          "required": false,
          "global": true,
          "singular": true,
          "show": true,
          "filterable": true,
          "editable": true,
          "searchable": true,
          "has_label": false,
          "labels": [],
          "enum_values": null,
          "user": null,
          "brand": null,
          "type": "contact_attribute_def"
        },
        "created_at": 1770151081.276342,
        "updated_at": 1770151081.276342,
        "deleted_at": null,
        "label": "Personal",
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "website",
        "text": "http://www.gholi.com",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      }
    ],
    "type": "contact"
  }
}

Update a contact

Update a contact
PATCH/contacts/:id

Updates a single contact and its attributes. If attributes have id, they are updated; otherwise, they will be added as new attributes.

Example URI

PATCH /contacts/:id
URI Parameters
HideShow
id
string (required) Example: 9f1c4a10-b8b2-4991-9986-d5f536b761d3
associations
array (optional) Example: contact.attributes
Request
HideShow
Body
{
  "attributes": [
    {
      "id": "41528b80-f318-49f0-a53b-59185b2e8dbb",
      "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "created_at": 1770151082.182259,
      "deleted_at": null,
      "label": null,
      "is_primary": false,
      "is_partner": false,
      "index": null,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "attribute_type": "tag",
      "text": "General",
      "date": null,
      "address": null,
      "type": "contact_attribute"
    },
    {
      "id": "de0c8f0a-654a-4d64-82cd-5bc70d0178aa",
      "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "created_at": 1770151082.438743,
      "deleted_at": null,
      "label": "Home-Line1",
      "is_primary": true,
      "is_partner": false,
      "index": null,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "attribute_type": "phone_number",
      "text": "+989028202679",
      "date": null,
      "address": null,
      "type": "contact_attribute"
    },
    {
      "id": "ebf52235-1e92-4ebc-9cff-082f3ff6acc2",
      "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "created_at": 1770151082.538384,
      "deleted_at": null,
      "label": "Personal",
      "is_primary": true,
      "is_partner": false,
      "index": null,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "attribute_type": "email",
      "text": "[email protected]",
      "date": null,
      "address": null,
      "type": "contact_attribute"
    }
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
    "display_name": "Johnny",
    "partner_name": "Jane Doe",
    "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "sort_field": "Johnny",
    "last_touch": null,
    "last_touch_action": null,
    "next_touch": null,
    "touch_freq": null,
    "ios_address_book_id": null,
    "android_address_book_id": null,
    "created_at": 1770151081.269335,
    "updated_at": 1770151080.255012,
    "deleted_at": null,
    "created_for": "direct_request",
    "updated_for": "direct_request",
    "deleted_for": null,
    "title": null,
    "first_name": "John",
    "partner_first_name": "Jane",
    "middle_name": "M.",
    "last_name": "Doe",
    "partner_last_name": "Doe",
    "marketing_name": null,
    "nickname": "Johnny",
    "email": "[email protected]",
    "primary_email": "[email protected]",
    "emails": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "parked": false,
    "partner_email": "[email protected]",
    "phone_number": "+989028202679",
    "primary_phone_number": "+989028202679",
    "phone_numbers": [
      "+989028202679",
      "+989124834198"
    ],
    "company": "Rechat",
    "birthday": "1970-01-12T00:00:00.000Z",
    "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "job_title": "Contact Test Subject",
    "source_type": "ExplicitlyCreated",
    "source": null,
    "website": [
      "http://www.gholi.com"
    ],
    "tags": [
      "BulkTag",
      "poo",
      "foo",
      "New",
      "General"
    ],
    "address": [
      {
        "city": "Dallas",
        "full": "Street, Dallas Texas 72890",
        "name": "Street",
        "type": "stdaddr",
        "extra": "Office",
        "line1": "Street",
        "line2": "Dallas Texas 72890",
        "state": "Texas",
        "country": "US",
        "postcode": "72890"
      }
    ],
    "attributes": [
      {
        "id": "d01dbe73-6e72-442f-8794-0c8bb19fb98c",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275873,
        "updated_at": 1770151081.275873,
        "deleted_at": null,
        "label": "Work",
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "cb6810ac-0b54-4e56-83ca-25c991069198",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275943,
        "updated_at": 1770151081.275943,
        "deleted_at": null,
        "label": "Work",
        "is_primary": false,
        "is_partner": true,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ea022db2-ac2a-47a6-af83-a4e2c6546bb1",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275959,
        "updated_at": 1770151081.275959,
        "deleted_at": null,
        "label": "Mobile",
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "phone_number",
        "text": "+989124834198",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ba50d6c6-20fa-41e1-8cc3-c7033deba00e",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275973,
        "updated_at": 1770151081.275973,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "first_name",
        "text": "John",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "f82e38a1-8011-4252-8c71-68a28c57fe2a",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275986,
        "updated_at": 1770151081.275986,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": true,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "first_name",
        "text": "Jane",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "521b406d-ab48-4d59-aa76-e79c2eb4b780",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275999,
        "updated_at": 1770151081.275999,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "middle_name",
        "text": "M.",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "7a107cb6-5dda-4857-a3d8-011b52798db9",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276015,
        "updated_at": 1770151081.276015,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "last_name",
        "text": "Doe",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "3f5d99e7-9b79-44b1-80e6-364b1a41f2b0",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276031,
        "updated_at": 1770151081.276031,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": true,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "last_name",
        "text": "Doe",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "68d05f4b-1e4e-4048-a2c5-2c99ffa3aab9",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276046,
        "updated_at": 1770151081.276046,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "nickname",
        "text": "Johnny",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "37fcffe6-47cd-46d5-86c4-96afc759a084",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276061,
        "updated_at": 1770151081.276061,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "New",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "4d2b7486-7c9d-4cdc-aa75-594e4c0e3338",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.27608,
        "updated_at": 1770151081.27608,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "foo",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "f6cebe82-752b-4412-926d-f57b63921b49",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276097,
        "updated_at": 1770151081.276097,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "poo",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "e2bd423b-db03-4804-947f-24d092ebb477",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276114,
        "updated_at": 1770151081.276114,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "birthday",
        "text": null,
        "date": 950400,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "a3fb9e4e-71e4-4917-be1c-961b90319bc6",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276176,
        "updated_at": 1770151081.276176,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "profile_image_url",
        "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "8537d64e-1b0f-49e2-b695-05ef0e235ade",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276197,
        "updated_at": 1770151081.276197,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "cover_image_url",
        "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "6163a211-bf99-45d2-a43a-b339d1979acd",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276215,
        "updated_at": 1770151081.276215,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "company",
        "text": "Rechat",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "902318f7-d4de-41ec-a972-cb8d5bea9851",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276232,
        "updated_at": 1770151081.276232,
        "deleted_at": null,
        "label": "Office",
        "is_primary": true,
        "is_partner": false,
        "index": 1,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "address",
        "text": null,
        "date": null,
        "address": {
          "city": "Dallas",
          "full": "Street, Dallas Texas 72890",
          "name": "Street",
          "type": "stdaddr",
          "extra": "Office",
          "line1": "Street",
          "line2": "Dallas Texas 72890",
          "state": "Texas",
          "country": "US",
          "postcode": "72890"
        },
        "type": "contact_attribute"
      },
      {
        "id": "c613a606-40bb-4c13-af2d-e8d01d9ab64b",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276268,
        "updated_at": 1770151081.276268,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "source_type",
        "text": "ExplicitlyCreated",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "b63cc0e7-1dd3-432d-9d96-b23e8e36411d",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276287,
        "updated_at": 1770151081.276287,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "note",
        "text": "This is a sample note",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ab53ec6d-36b7-4c12-8427-504a4a5fc463",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276305,
        "updated_at": 1770151081.276305,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "note",
        "text": "This is another note",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "389dc843-4a4e-4a92-a34a-d0f93e59d441",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276323,
        "updated_at": 1770151081.276323,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "job_title",
        "text": "Contact Test Subject",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ddcdc885-6beb-452f-8f84-0c12a6d4a3f1",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276342,
        "updated_at": 1770151081.276342,
        "deleted_at": null,
        "label": "Personal",
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "website",
        "text": "http://www.gholi.com",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "41528b80-f318-49f0-a53b-59185b2e8dbb",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151082.182259,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "tag",
        "text": "General",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "bcbe1ddc-0ef5-4ed5-979f-442fa56d2e6a",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151082.284808,
        "updated_at": 1770151082.284808,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "BulkTag",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "de0c8f0a-654a-4d64-82cd-5bc70d0178aa",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151082.438743,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": "Home-Line1",
        "is_primary": true,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "phone_number",
        "text": "+989028202679",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ebf52235-1e92-4ebc-9cff-082f3ff6acc2",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151082.538384,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": "Personal",
        "is_primary": true,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "779e3eaa-d172-44ec-beb5-e72e672cca15",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151082.707475,
        "updated_at": 1770151082.707475,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      }
    ],
    "type": "contact"
  }
}

Update owner of a contact

Update owner of a contact
PUT/contacts/:id/owner

Example URI

PUT /contacts/:id/owner
URI Parameters
HideShow
id
string (required) Example: 9f1c4a10-b8b2-4991-9986-d5f536b761d3
Request
HideShow
Body
{
  "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
    "display_name": "Johnny",
    "partner_name": "Jane Doe",
    "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "sort_field": "Johnny",
    "last_touch": null,
    "last_touch_action": null,
    "next_touch": null,
    "touch_freq": null,
    "ios_address_book_id": null,
    "android_address_book_id": null,
    "created_at": 1770151081.269335,
    "updated_at": 1770151080.255012,
    "deleted_at": null,
    "created_for": "direct_request",
    "updated_for": "direct_request",
    "deleted_for": null,
    "title": null,
    "first_name": "John",
    "partner_first_name": "Jane",
    "middle_name": "M.",
    "last_name": "Doe",
    "partner_last_name": "Doe",
    "marketing_name": null,
    "nickname": "Johnny",
    "email": "[email protected]",
    "primary_email": "[email protected]",
    "emails": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "parked": false,
    "partner_email": "[email protected]",
    "phone_number": "+989028202679",
    "primary_phone_number": "+989028202679",
    "phone_numbers": [
      "+989028202679",
      "+989124834198"
    ],
    "company": "Rechat",
    "birthday": "1970-01-12T00:00:00.000Z",
    "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "job_title": "Contact Test Subject",
    "source_type": "ExplicitlyCreated",
    "source": null,
    "website": [
      "http://www.gholi.com"
    ],
    "tags": [
      "BulkTag",
      "poo",
      "foo",
      "New",
      "General"
    ],
    "address": [
      {
        "city": "Dallas",
        "full": "Street, Dallas Texas 72890",
        "name": "Street",
        "type": "stdaddr",
        "extra": "Office",
        "line1": "Street",
        "line2": "Dallas Texas 72890",
        "state": "Texas",
        "country": "US",
        "postcode": "72890"
      }
    ],
    "type": "contact"
  }
}

Deleting a contact

Deleting a contact
DELETE/contacts/:id

Example URI

DELETE /contacts/:id
URI Parameters
HideShow
id
string (required) Example: 9f1c4a10-b8b2-4991-9986-d5f536b761d3
Response  204

Upload a file for contacts

Upload a file for contacts
POST/contacts/upload

Example URI

POST /contacts/upload
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "fda87707-9f25-492d-ba51-871db8c111f0",
    "created_at": 1770151089.491933,
    "updated_at": 1770151089.491933,
    "deleted_at": null,
    "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "path": "80a227b2-29a0-11e7-b636-e4a7a08e15d4-1770151089485/4061c500-0140-11f1-bb7b-c1ce1696c2c7.csv",
    "name": "contacts.csv",
    "public": false,
    "type": "file",
    "url": "https://private-cdn.irish.rechat.com/80a227b2-29a0-11e7-b636-e4a7a08e15d4-1770151089485/4061c500-0140-11f1-bb7b-c1ce1696c2c7.csv?Expires=1770237489496&Key-Pair-Id=APKAIIRG223GKFAC4MHA&Signature=H9~LLyvzXPayR3eAP4bTMligJhtgdHEGCzYf7GWUSsBlPGOYB5WHv6VsEp1Ir2i2C6jVROVPKZC73Y2~GdfqIdZckxkb-6gyMCeew4IJ6Hfka4TVsTlgPcKUJFyscWIG-u5prJ5sHPZEw9LBao1pPbUU9tkOMYdvceo-XsNOvQuCqaz9IFktTAuvXnktcvdkVJIe080EuhAakHOkQ3C~clH-rQwBlrN1ixhPKvAha-v38ztOP~zrWAmBDaRH5IIcuN25kgl4j1OgSNd~VtFV0ZeLJuUkZ32jvimvnSSxj4yat35LnRlUW6xaL6oRsaMhT75LK~zp6kpC3~b5HDjtjQ__",
    "preview_url": "http://assets.rechat.com/mimes/unknown.png",
    "mime": "text/csv"
  }
}

Import contacts with JSON data

Import contacts with JSON data
POST/contacts/import.json

Example URI

POST /contacts/import.json
Request
HideShow
Body
{
  "contacts": [
    {
      "attributes": [
        {
          "text": "Kate",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "Bell",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        },
        {
          "text": "[email protected]",
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "date": 253497600,
          "attribute_def": "fec55617-ade5-4a11-b416-05f282e28617"
        },
        {
          "text": "IOSAddressBook",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "is_primary": true,
          "is_partner": false,
          "index": 0,
          "address": {
            "state": "CA",
            "city": "Hillsborough",
            "name": "Davis",
            "suftype": "Street",
            "house_num": "165",
            "postcode": "94010"
          },
          "attribute_def": "16f399bc-e658-49d9-bde6-bf1a13be60f7"
        },
        {
          "text": "(555) 564-8583",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        },
        {
          "text": "(415) 555-3695",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        }
      ],
      "ios_address_book_id": "177C371E-701D-42F8-A03B-C61CA31627F6",
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    },
    {
      "attributes": [
        {
          "text": "Daniel",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "Higgins",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        },
        {
          "text": "[email protected]",
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "text": "IOSAddressBook",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "index": 0,
          "address": {
            "state": "CA",
            "city": "Corte Madera",
            "name": "Laguna",
            "suftype": "Street",
            "house_num": "322",
            "postcode": "94925"
          },
          "attribute_def": "16f399bc-e658-49d9-bde6-bf1a13be60f7"
        },
        {
          "text": "555-478-7672",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        },
        {
          "text": "(408) 555-5270",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        },
        {
          "text": "(408) 555-3514",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        }
      ],
      "ios_address_book_id": "AB211C5F-9EC9-429F-9466-B9382FF61035",
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    },
    {
      "attributes": [
        {
          "text": "John",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "Appleseed",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        },
        {
          "text": "[email protected]",
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "text": "[email protected]",
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "date": 330048000,
          "attribute_def": "fec55617-ade5-4a11-b416-05f282e28617"
        },
        {
          "text": "IOSAddressBook",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "index": 0,
          "address": {
            "state": "GA",
            "city": "Atlanta",
            "name": "Kuhl",
            "suftype": "Avenue",
            "house_num": "3494",
            "postcode": "30303"
          },
          "attribute_def": "16f399bc-e658-49d9-bde6-bf1a13be60f7"
        },
        {
          "text": "888-555-5512",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        },
        {
          "text": "888-555-1212",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        }
      ],
      "ios_address_book_id": "410FE041-5C4E-48DA-B4DE-04C15EA3DBAC",
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    },
    {
      "attributes": [
        {
          "text": "Anna",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "Haro",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        },
        {
          "text": "[email protected]",
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "date": 493516800,
          "attribute_def": "fec55617-ade5-4a11-b416-05f282e28617"
        },
        {
          "text": "IOSAddressBook",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "index": 0,
          "address": {
            "state": "CA",
            "city": "Sausalito",
            "name": "Leavenworth",
            "suftype": "Street",
            "house_num": "1001",
            "postcode": "94965"
          },
          "attribute_def": "16f399bc-e658-49d9-bde6-bf1a13be60f7"
        },
        {
          "text": "555-522-8243",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        }
      ],
      "ios_address_book_id": "F57C8277-585D-4327-88A6-B5689FF69DFE",
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    },
    {
      "attributes": [
        {
          "text": "Zakroff",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        },
        {
          "text": "[email protected]",
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        }
      ],
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    },
    {
      "attributes": [
        {
          "text": "Hank",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "Zakroff",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        },
        {
          "text": "[email protected]",
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "text": "IOSAddressBook",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "index": 0,
          "address": {
            "state": "CA",
            "city": "San Rafael",
            "name": "Kearny",
            "suftype": "Street",
            "house_num": "1741",
            "postcode": "94901"
          },
          "attribute_def": "16f399bc-e658-49d9-bde6-bf1a13be60f7"
        },
        {
          "text": "(555) 766-4823",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        },
        {
          "text": "(707) 555-1854",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        }
      ],
      "ios_address_book_id": "2E73EE73-C03F-4D5F-B1E8-44E85A70F170",
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    },
    {
      "attributes": [
        {
          "text": "555-610-6679",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        },
        {
          "date": 897868800,
          "attribute_def": "fec55617-ade5-4a11-b416-05f282e28617"
        },
        {
          "text": "IOSAddressBook",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "text": "David",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        }
      ],
      "ios_address_book_id": "E94CD15C-7964-4A9B-8AC4-10D7CFB791FD",
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    },
    {
      "attributes": [
        {
          "text": "555-610-6679",
          "attribute_def": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44"
        },
        {
          "text": "IOSAddressBook",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "index": 0,
          "address": {
            "state": "CA",
            "city": "Tiburon",
            "name": "Steuart",
            "suftype": "Street",
            "house_num": "1747",
            "postcode": "94920"
          },
          "attribute_def": "16f399bc-e658-49d9-bde6-bf1a13be60f7"
        },
        {
          "text": "David",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "Taylor",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        }
      ],
      "ios_address_book_id": "E94CD15C-7964-4A9B-8AC4-10D7CFB791FD",
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    },
    {
      "attributes": [
        {
          "text": "[email protected]",
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "text": "IOSAddressBook",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "index": 0,
          "address": {
            "state": "33333",
            "city": "Union",
            "name": "50 Park",
            "postcode": ""
          },
          "attribute_def": "16f399bc-e658-49d9-bde6-bf1a13be60f7"
        },
        {
          "text": "Goat",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "Boy",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        }
      ],
      "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    },
    {
      "attributes": [
        {
          "text": "[email protected]",
          "attribute_def": "d5b21d60-d87a-4eec-ad11-7e50252f57d0"
        },
        {
          "text": "IOSAddressBook",
          "attribute_def": "10b9382e-cc08-4c08-b74c-bd8019a1cea0"
        },
        {
          "index": 0,
          "address": {
            "state": "33333",
            "city": "Union",
            "name": "50 Park",
            "postcode": ""
          },
          "attribute_def": "16f399bc-e658-49d9-bde6-bf1a13be60f7"
        },
        {
          "text": "Goat",
          "attribute_def": "36fd9fd2-b672-41c0-966f-2c7673421a4e"
        },
        {
          "text": "Boy 2",
          "attribute_def": "2df407b0-9283-4e06-84ca-1cd765903987"
        }
      ],
      "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
      "user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
    }
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "job_id": "e82995e0-14a6-43fd-bdff-3af5aecf78e6"
  }
}

Import contacts from CSV

Import contacts from CSV
POST/contacts/import.csv

Example URI

POST /contacts/import.csv
URI Parameters
HideShow
ext
string (required) Example: csv
Request
HideShow
Body
{
  "file_id": "fda87707-9f25-492d-ba51-871db8c111f0",
  "owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
  "mappings": {
    "First Name": {
      "attribute_type": "first_name"
    },
    "Middle Name": {
      "attribute_type": "middle_name"
    },
    "Last Name": {
      "attribute_type": "last_name"
    },
    "Title": {
      "attribute_type": "title"
    },
    "Web Page": {
      "attribute_type": "website"
    },
    "Birthday": {
      "attribute_type": "birthday"
    },
    "Anniversary": {
      "attribute_type": "wedding_anniversary",
      "label": "Wedding Anniversary"
    },
    "E-mail Address": {
      "attribute_type": "email",
      "index": 0
    },
    "E-mail 2 Address": {
      "attribute_type": "email",
      "index": 1
    },
    "E-mail 3 Address": {
      "attribute_type": "email",
      "index": 2
    },
    "Primary Phone": {
      "attribute_type": "phone_number",
      "label": "Primary",
      "index": 0
    },
    "Home Phone": {
      "attribute_type": "phone_number",
      "label": "Home",
      "index": 1
    },
    "Home Phone 2": {
      "attribute_type": "phone_number",
      "label": "Home",
      "index": 2
    },
    "Mobile Phone": {
      "attribute_type": "phone_number",
      "label": "Mobile",
      "index": 3
    },
    "Pager": {
      "attribute_type": "phone_number",
      "label": "Pager",
      "index": 4
    },
    "Home Fax": {
      "attribute_type": "phone_number",
      "label": "Home Fax",
      "index": 5
    },
    "Street Number": {
      "attribute_type": "address.house_num",
      "index": 0
    },
    "Street Name": {
      "attribute_type": "address.name",
      "index": 0
    },
    "Home Street 3": {
      "attribute_type": "address.name",
      "label": "Home",
      "index": 1
    },
    "City": {
      "attribute_type": "address.city",
      "index": 0
    },
    "State": {
      "attribute_type": "address.state",
      "index": 0
    },
    "Zip": {
      "attribute_type": "address.postcode",
      "index": 0
    },
    "Home Country": {
      "attribute_type": "address.country",
      "label": "Home",
      "index": 1
    },
    "Company Main Phone": {
      "attribute_type": "phone_number",
      "label": "Company Main",
      "index": 6
    },
    "Business Phone": {
      "attribute_type": "phone_number",
      "label": "Business",
      "index": 7
    },
    "Business Phone 2": {
      "attribute_type": "phone_number",
      "label": "Business",
      "index": 8
    },
    "Business Fax": {
      "attribute_type": "phone_number",
      "label": "Business Fax",
      "index": 9
    },
    "Assistant's Phone": {
      "attribute_type": "phone_number",
      "label": "Assistant",
      "index": 10
    },
    "Company": {
      "attribute_type": "company"
    },
    "Job Title": {
      "attribute_type": "job_title"
    },
    "Business Address": {
      "attribute_type": "address.name",
      "index": 2,
      "label": "Business"
    },
    "Business City": {
      "attribute_type": "address.city",
      "index": 2,
      "label": "Business"
    },
    "Business State": {
      "attribute_type": "address.state",
      "index": 2,
      "label": "Business"
    },
    "Business Postal Code": {
      "attribute_type": "address.postcode",
      "index": 2,
      "label": "Business"
    },
    "Business Country": {
      "attribute_type": "address.country",
      "index": 2,
      "label": "Business"
    },
    "Other Phone": {
      "attribute_type": "phone_number",
      "label": "Other Phone",
      "index": 11
    },
    "Other Fax": {
      "attribute_type": "phone_number",
      "label": "Other Fax",
      "index": 12
    },
    "Car Phone": {
      "attribute_type": "phone_number",
      "label": "Car",
      "index": 13
    },
    "Notes": {
      "attribute_type": "note"
    }
  }
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "job_id": "3ca3a07c-d012-45cb-95e5-9b3ffa526b05"
  }
}

Import contacts from XLS

Import contacts from XLS
POST/contacts/import.xls

Example URI

POST /contacts/import.xls
URI Parameters
HideShow
ext
string (required) Example: xls
Request
HideShow
Body
{
  "file_id": "dc1817bc-b4c0-4024-8ee0-ca37044f79b7",
  "owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
  "mappings": {
    "First Name": {
      "attribute_type": "first_name"
    },
    "Middle Name": {
      "attribute_type": "middle_name"
    },
    "Last Name": {
      "attribute_type": "last_name"
    },
    "Title": {
      "attribute_type": "title"
    },
    "Web Page": {
      "attribute_type": "website"
    },
    "Birthday": {
      "attribute_type": "birthday"
    },
    "Anniversary": {
      "attribute_type": "wedding_anniversary",
      "label": "Wedding Anniversary"
    },
    "E-mail Address": {
      "attribute_type": "email",
      "index": 0
    },
    "E-mail 2 Address": {
      "attribute_type": "email",
      "index": 1
    },
    "E-mail 3 Address": {
      "attribute_type": "email",
      "index": 2
    },
    "Primary Phone": {
      "attribute_type": "phone_number",
      "label": "Primary",
      "index": 0
    },
    "Home Phone": {
      "attribute_type": "phone_number",
      "label": "Home",
      "index": 1
    },
    "Home Phone 2": {
      "attribute_type": "phone_number",
      "label": "Home",
      "index": 2
    },
    "Mobile Phone": {
      "attribute_type": "phone_number",
      "label": "Mobile",
      "index": 3
    },
    "Pager": {
      "attribute_type": "phone_number",
      "label": "Pager",
      "index": 4
    },
    "Home Fax": {
      "attribute_type": "phone_number",
      "label": "Home Fax",
      "index": 5
    },
    "Street Number": {
      "attribute_type": "address.house_num",
      "index": 0
    },
    "Street Name": {
      "attribute_type": "address.name",
      "index": 0
    },
    "Home Street 3": {
      "attribute_type": "address.name",
      "label": "Home",
      "index": 1
    },
    "City": {
      "attribute_type": "address.city",
      "index": 0
    },
    "State": {
      "attribute_type": "address.state",
      "index": 0
    },
    "Zip": {
      "attribute_type": "address.postcode",
      "index": 0
    },
    "Home Country": {
      "attribute_type": "address.country",
      "label": "Home",
      "index": 1
    },
    "Company Main Phone": {
      "attribute_type": "phone_number",
      "label": "Company Main",
      "index": 6
    },
    "Business Phone": {
      "attribute_type": "phone_number",
      "label": "Business",
      "index": 7
    },
    "Business Phone 2": {
      "attribute_type": "phone_number",
      "label": "Business",
      "index": 8
    },
    "Business Fax": {
      "attribute_type": "phone_number",
      "label": "Business Fax",
      "index": 9
    },
    "Assistant's Phone": {
      "attribute_type": "phone_number",
      "label": "Assistant",
      "index": 10
    },
    "Company": {
      "attribute_type": "company"
    },
    "Job Title": {
      "attribute_type": "job_title"
    },
    "Business Address": {
      "attribute_type": "address.name",
      "index": 2,
      "label": "Business"
    },
    "Business City": {
      "attribute_type": "address.city",
      "index": 2,
      "label": "Business"
    },
    "Business State": {
      "attribute_type": "address.state",
      "index": 2,
      "label": "Business"
    },
    "Business Postal Code": {
      "attribute_type": "address.postcode",
      "index": 2,
      "label": "Business"
    },
    "Business Country": {
      "attribute_type": "address.country",
      "index": 2,
      "label": "Business"
    },
    "Other Phone": {
      "attribute_type": "phone_number",
      "label": "Other Phone",
      "index": 11
    },
    "Other Fax": {
      "attribute_type": "phone_number",
      "label": "Other Fax",
      "index": 12
    },
    "Car Phone": {
      "attribute_type": "phone_number",
      "label": "Car",
      "index": 13
    },
    "Notes": {
      "attribute_type": "note"
    }
  }
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "job_id": "0bb8c74f-c111-4c7e-a843-158a2127db6a"
  }
}

Import contacts from XLSX

Import contacts from XLSX
POST/contacts/import.xlsx

Example URI

POST /contacts/import.xlsx
URI Parameters
HideShow
ext
string (required) Example: xlsx
Request
HideShow
Body
{
  "file_id": "0cd6b818-0fd2-4f7f-bc18-c747aedb57c6",
  "owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
  "mappings": {
    "First Name": {
      "attribute_type": "first_name"
    },
    "Middle Name": {
      "attribute_type": "middle_name"
    },
    "Last Name": {
      "attribute_type": "last_name"
    },
    "Title": {
      "attribute_type": "title"
    },
    "Web Page": {
      "attribute_type": "website"
    },
    "Birthday": {
      "attribute_type": "birthday"
    },
    "Anniversary": {
      "attribute_type": "wedding_anniversary",
      "label": "Wedding Anniversary"
    },
    "E-mail Address": {
      "attribute_type": "email",
      "index": 0
    },
    "E-mail 2 Address": {
      "attribute_type": "email",
      "index": 1
    },
    "E-mail 3 Address": {
      "attribute_type": "email",
      "index": 2
    },
    "Primary Phone": {
      "attribute_type": "phone_number",
      "label": "Primary",
      "index": 0
    },
    "Home Phone": {
      "attribute_type": "phone_number",
      "label": "Home",
      "index": 1
    },
    "Home Phone 2": {
      "attribute_type": "phone_number",
      "label": "Home",
      "index": 2
    },
    "Mobile Phone": {
      "attribute_type": "phone_number",
      "label": "Mobile",
      "index": 3
    },
    "Pager": {
      "attribute_type": "phone_number",
      "label": "Pager",
      "index": 4
    },
    "Home Fax": {
      "attribute_type": "phone_number",
      "label": "Home Fax",
      "index": 5
    },
    "Street Number": {
      "attribute_type": "address.house_num",
      "index": 0
    },
    "Street Name": {
      "attribute_type": "address.name",
      "index": 0
    },
    "Home Street 3": {
      "attribute_type": "address.name",
      "label": "Home",
      "index": 1
    },
    "City": {
      "attribute_type": "address.city",
      "index": 0
    },
    "State": {
      "attribute_type": "address.state",
      "index": 0
    },
    "Zip": {
      "attribute_type": "address.postcode",
      "index": 0
    },
    "Home Country": {
      "attribute_type": "address.country",
      "label": "Home",
      "index": 1
    },
    "Company Main Phone": {
      "attribute_type": "phone_number",
      "label": "Company Main",
      "index": 6
    },
    "Business Phone": {
      "attribute_type": "phone_number",
      "label": "Business",
      "index": 7
    },
    "Business Phone 2": {
      "attribute_type": "phone_number",
      "label": "Business",
      "index": 8
    },
    "Business Fax": {
      "attribute_type": "phone_number",
      "label": "Business Fax",
      "index": 9
    },
    "Assistant's Phone": {
      "attribute_type": "phone_number",
      "label": "Assistant",
      "index": 10
    },
    "Company": {
      "attribute_type": "company"
    },
    "Job Title": {
      "attribute_type": "job_title"
    },
    "Business Address": {
      "attribute_type": "address.name",
      "index": 2,
      "label": "Business"
    },
    "Business City": {
      "attribute_type": "address.city",
      "index": 2,
      "label": "Business"
    },
    "Business State": {
      "attribute_type": "address.state",
      "index": 2,
      "label": "Business"
    },
    "Business Postal Code": {
      "attribute_type": "address.postcode",
      "index": 2,
      "label": "Business"
    },
    "Business Country": {
      "attribute_type": "address.country",
      "index": 2,
      "label": "Business"
    },
    "Other Phone": {
      "attribute_type": "phone_number",
      "label": "Other Phone",
      "index": 11
    },
    "Other Fax": {
      "attribute_type": "phone_number",
      "label": "Other Fax",
      "index": 12
    },
    "Car Phone": {
      "attribute_type": "phone_number",
      "label": "Car",
      "index": 13
    },
    "Notes": {
      "attribute_type": "note"
    }
  }
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "job_id": "36ed6961-157d-48c1-b904-b290c21f7853"
  }
}

Attributes

Overview

Contact attributes are stored in an EAV format in the database, and have their own data structure and set of endpoints.

Field Type Description
attribute_def uuid AttributeDef id
label string Label for attributes like email and phone number
is_primary boolean Marks an attribute as primary. Used in certain cases
text string If the attribute is string, send data here
index number An integer, used for grouping related attributes together, mainly the address components; so when a city and a street_name attribute have the same index, they belong to the same address group. This grouping is preserved when contacts are merged.
number number If the attribute is number, send data here
date number If the attribute is date, send the unix timestamp here
attribute_type string Response only for global attributes, this is the name of attribute type
contact uuid Response only Id of the attribute’s contact
created_by uuid Response only User id who created the attribute
created_at number Response only
updated_at number Response only
deleted_at number Response only

Note: Only one instance of any attribute type can be marked as primary at any given time. When an attribute is marked as primary, all other attributes of that type are unmarked automatically.

Add attributes to a contact

Add attributes to a contact
POST/contacts/:id/attributes

Example URI

POST /contacts/:id/attributes
URI Parameters
HideShow
id
string (required) Example: 9f1c4a10-b8b2-4991-9986-d5f536b761d3
associations
array (optional) Example: contact_attribute.attribute_def
Request
HideShow
Body
{
  "attributes": [
    {
      "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
      "text": "PastClient"
    }
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "41528b80-f318-49f0-a53b-59185b2e8dbb",
      "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "attribute_def": {
        "id": "5b3c994e-7569-4df8-b8db-f37421a684f7",
        "created_at": 1529043568.904529,
        "updated_at": 1529043568.904529,
        "deleted_at": null,
        "created_by": null,
        "updated_by": null,
        "name": "tag",
        "data_type": "text",
        "label": "Tag",
        "section": "Tags",
        "required": false,
        "global": true,
        "singular": false,
        "show": false,
        "filterable": true,
        "editable": true,
        "searchable": true,
        "has_label": false,
        "labels": [],
        "enum_values": null,
        "user": null,
        "brand": null,
        "type": "contact_attribute_def"
      },
      "created_at": 1770151082.182259,
      "updated_at": 1770151082.182259,
      "deleted_at": null,
      "label": null,
      "is_primary": false,
      "is_partner": false,
      "index": null,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "attribute_type": "tag",
      "text": "PastClient",
      "date": null,
      "address": null,
      "type": "contact_attribute"
    }
  ],
  "info": {
    "count": 1,
    "total": 0
  }
}

Update an attribute

Update an attribute
PUT/contacts/:id/attributes/:attribute_id

Example URI

PUT /contacts/:id/attributes/:attribute_id
URI Parameters
HideShow
id
string (required) Example: 9f1c4a10-b8b2-4991-9986-d5f536b761d3
attribute_id
string (required) Example: de0c8f0a-654a-4d64-82cd-5bc70d0178aa
Request
HideShow
Body
{
  "id": "de0c8f0a-654a-4d64-82cd-5bc70d0178aa",
  "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
  "created_at": 1770151082.438743,
  "deleted_at": null,
  "label": "Home-Line2",
  "is_primary": true,
  "is_partner": false,
  "index": null,
  "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
  "attribute_type": "phone_number",
  "text": "+989123456789",
  "date": null,
  "address": null,
  "type": "contact_attribute"
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "de0c8f0a-654a-4d64-82cd-5bc70d0178aa",
    "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
    "created_at": 1770151082.438743,
    "updated_at": 1770151080.255012,
    "deleted_at": null,
    "label": "Home-Line2",
    "is_primary": true,
    "is_partner": false,
    "index": null,
    "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "attribute_type": "phone_number",
    "text": "+989123456789",
    "date": null,
    "address": null,
    "type": "contact_attribute"
  }
}

Deleting an attribute

Deleting an attribute
DELETE/contacts/:id/attributes/:attribute_id

Example URI

DELETE /contacts/:id/attributes/:attribute_id
URI Parameters
HideShow
id
string (required) Example: 9f1c4a10-b8b2-4991-9986-d5f536b761d3
attribute_id
string (required) Example: 41528b80-f318-49f0-a53b-59185b2e8dbb
associations
array (optional) Example: contact.attributes
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
    "display_name": "Johnny",
    "partner_name": "Jane Doe",
    "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "sort_field": "Johnny",
    "last_touch": null,
    "last_touch_action": null,
    "next_touch": 1771015080.255012,
    "touch_freq": 10,
    "ios_address_book_id": null,
    "android_address_book_id": null,
    "created_at": 1770151081.269335,
    "updated_at": 1770151080.255012,
    "deleted_at": null,
    "created_for": "direct_request",
    "updated_for": "direct_request",
    "deleted_for": null,
    "title": null,
    "first_name": "John",
    "partner_first_name": "Jane",
    "middle_name": "M.",
    "last_name": "Doe",
    "partner_last_name": "Doe",
    "marketing_name": null,
    "nickname": "Johnny",
    "email": "[email protected]",
    "primary_email": "[email protected]",
    "emails": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "parked": false,
    "partner_email": "[email protected]",
    "phone_number": "+989028202679",
    "primary_phone_number": "+989028202679",
    "phone_numbers": [
      "+989028202679",
      "+989124834198"
    ],
    "company": "Rechat",
    "birthday": "1970-01-12T00:00:00.000Z",
    "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "job_title": "Contact Test Subject",
    "source_type": "ExplicitlyCreated",
    "source": null,
    "website": [
      "http://www.gholi.com"
    ],
    "tags": [
      "Warm",
      "BulkTag",
      "New"
    ],
    "address": [
      {
        "city": "Dallas",
        "full": "Street, Dallas Texas 72890",
        "name": "Street",
        "type": "stdaddr",
        "extra": "Office",
        "line1": "Street",
        "line2": "Dallas Texas 72890",
        "state": "Texas",
        "country": "US",
        "postcode": "72890"
      }
    ],
    "attributes": [
      {
        "id": "d01dbe73-6e72-442f-8794-0c8bb19fb98c",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275873,
        "updated_at": 1770151081.275873,
        "deleted_at": null,
        "label": "Work",
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "cb6810ac-0b54-4e56-83ca-25c991069198",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275943,
        "updated_at": 1770151081.275943,
        "deleted_at": null,
        "label": "Work",
        "is_primary": false,
        "is_partner": true,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ea022db2-ac2a-47a6-af83-a4e2c6546bb1",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275959,
        "updated_at": 1770151081.275959,
        "deleted_at": null,
        "label": "Mobile",
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "phone_number",
        "text": "+989124834198",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ba50d6c6-20fa-41e1-8cc3-c7033deba00e",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275973,
        "updated_at": 1770151081.275973,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "first_name",
        "text": "John",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "f82e38a1-8011-4252-8c71-68a28c57fe2a",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275986,
        "updated_at": 1770151081.275986,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": true,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "first_name",
        "text": "Jane",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "521b406d-ab48-4d59-aa76-e79c2eb4b780",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.275999,
        "updated_at": 1770151081.275999,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "middle_name",
        "text": "M.",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "7a107cb6-5dda-4857-a3d8-011b52798db9",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276015,
        "updated_at": 1770151081.276015,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "last_name",
        "text": "Doe",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "3f5d99e7-9b79-44b1-80e6-364b1a41f2b0",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276031,
        "updated_at": 1770151081.276031,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": true,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "last_name",
        "text": "Doe",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "68d05f4b-1e4e-4048-a2c5-2c99ffa3aab9",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276046,
        "updated_at": 1770151081.276046,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "nickname",
        "text": "Johnny",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "37fcffe6-47cd-46d5-86c4-96afc759a084",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276061,
        "updated_at": 1770151081.276061,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "New",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "e2bd423b-db03-4804-947f-24d092ebb477",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276114,
        "updated_at": 1770151081.276114,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "birthday",
        "text": null,
        "date": 950400,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "a3fb9e4e-71e4-4917-be1c-961b90319bc6",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276176,
        "updated_at": 1770151081.276176,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "profile_image_url",
        "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "8537d64e-1b0f-49e2-b695-05ef0e235ade",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276197,
        "updated_at": 1770151081.276197,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "cover_image_url",
        "text": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "6163a211-bf99-45d2-a43a-b339d1979acd",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276215,
        "updated_at": 1770151081.276215,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "company",
        "text": "Rechat",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "902318f7-d4de-41ec-a972-cb8d5bea9851",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276232,
        "updated_at": 1770151081.276232,
        "deleted_at": null,
        "label": "Office",
        "is_primary": true,
        "is_partner": false,
        "index": 1,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "address",
        "text": null,
        "date": null,
        "address": {
          "city": "Dallas",
          "full": "Street, Dallas Texas 72890",
          "name": "Street",
          "type": "stdaddr",
          "extra": "Office",
          "line1": "Street",
          "line2": "Dallas Texas 72890",
          "state": "Texas",
          "country": "US",
          "postcode": "72890"
        },
        "type": "contact_attribute"
      },
      {
        "id": "c613a606-40bb-4c13-af2d-e8d01d9ab64b",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276268,
        "updated_at": 1770151081.276268,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "source_type",
        "text": "ExplicitlyCreated",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "b63cc0e7-1dd3-432d-9d96-b23e8e36411d",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276287,
        "updated_at": 1770151081.276287,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "note",
        "text": "This is a sample note",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ab53ec6d-36b7-4c12-8427-504a4a5fc463",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276305,
        "updated_at": 1770151081.276305,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "note",
        "text": "This is another note",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "389dc843-4a4e-4a92-a34a-d0f93e59d441",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276323,
        "updated_at": 1770151081.276323,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "job_title",
        "text": "Contact Test Subject",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ddcdc885-6beb-452f-8f84-0c12a6d4a3f1",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151081.276342,
        "updated_at": 1770151081.276342,
        "deleted_at": null,
        "label": "Personal",
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "website",
        "text": "http://www.gholi.com",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "bcbe1ddc-0ef5-4ed5-979f-442fa56d2e6a",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151082.284808,
        "updated_at": 1770151082.284808,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "BulkTag",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "de0c8f0a-654a-4d64-82cd-5bc70d0178aa",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151082.438743,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": "Home-Line1",
        "is_primary": true,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "phone_number",
        "text": "+989028202679",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "ebf52235-1e92-4ebc-9cff-082f3ff6acc2",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151082.538384,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": "Personal",
        "is_primary": true,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "779e3eaa-d172-44ec-beb5-e72e672cca15",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151082.707475,
        "updated_at": 1770151082.707475,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "f6d9d805-17e5-4804-af5d-ca68b85babc2",
        "contact": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "created_at": 1770151083.103615,
        "updated_at": 1770151083.103615,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "tag",
        "text": "Warm",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      }
    ],
    "type": "contact"
  }
}

Add multiple attributes

Add multiple attributes
POST/contacts/attributes

Example URI

POST /contacts/attributes
URI Parameters
HideShow
get
string (required) Example: true
users
string (required) Example: 80a227b2-29a0-11e7-b636-e4a7a08e15d4
associations
array (optional) Example: contact.summary
Request
HideShow
Body
{
  "filters": [
    {
      "attribute_type": "tag",
      "value": "PastClient",
      "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7"
    }
  ],
  "attributes": [
    {
      "attribute_def": "5b3c994e-7569-4df8-b8db-f37421a684f7",
      "text": "BulkTag"
    }
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
      "display_name": "Johnny",
      "partner_name": "Jane Doe",
      "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
      "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "sort_field": "Johnny",
      "last_touch": null,
      "last_touch_action": null,
      "next_touch": null,
      "touch_freq": null,
      "summary": {
        "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
        "is_partner": false,
        "title": null,
        "first_name": "John",
        "middle_name": "M.",
        "last_name": "Doe",
        "marketing_name": null,
        "nickname": "Johnny",
        "email": "[email protected]",
        "phone_number": "+989124834198",
        "company": "Rechat",
        "birthday": 950400,
        "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
        "job_title": "Contact Test Subject",
        "source_type": "ExplicitlyCreated",
        "source": null,
        "tags": [
          "New",
          "foo",
          "poo",
          "PastClient",
          "BulkTag"
        ],
        "display_name": "John Doe",
        "abbreviated_display_name": "Johnny",
        "type": "contact_summary"
      },
      "ios_address_book_id": null,
      "android_address_book_id": null,
      "created_at": 1770151081.269335,
      "updated_at": 1770151080.255012,
      "deleted_at": null,
      "created_for": "direct_request",
      "updated_for": "direct_request",
      "deleted_for": null,
      "title": null,
      "first_name": "John",
      "partner_first_name": "Jane",
      "middle_name": "M.",
      "last_name": "Doe",
      "partner_last_name": "Doe",
      "marketing_name": null,
      "nickname": "Johnny",
      "email": "[email protected]",
      "primary_email": "[email protected]",
      "emails": [
        "[email protected]"
      ],
      "parked": false,
      "partner_email": "[email protected]",
      "phone_number": "+989124834198",
      "primary_phone_number": "+989124834198",
      "phone_numbers": [
        "+989124834198"
      ],
      "company": "Rechat",
      "birthday": "1970-01-12T00:00:00.000Z",
      "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
      "job_title": "Contact Test Subject",
      "source_type": "ExplicitlyCreated",
      "source": null,
      "website": [
        "http://www.gholi.com"
      ],
      "tags": [
        "BulkTag",
        "PastClient",
        "poo",
        "foo",
        "New"
      ],
      "address": [
        {
          "city": "Dallas",
          "full": "Street, Dallas Texas 72890",
          "name": "Street",
          "type": "stdaddr",
          "extra": "Office",
          "line1": "Street",
          "line2": "Dallas Texas 72890",
          "state": "Texas",
          "country": "US",
          "postcode": "72890"
        }
      ],
      "type": "contact"
    }
  ],
  "info": {
    "count": 1,
    "total": 0
  }
}

Delete multiple attributes

Delete multiple attributes
DELETE/contacts/attributes

Example URI

DELETE /contacts/attributes
Request
HideShow
Body
{
  "ids": []
}
Response  204

Duplicates

Overview

The set of APIs for merging contacts and checking for contact duplicates are described here.

Get all of the duplicate clusters

Get all of the duplicate clusters
GET/contacts/:id/duplicates

Example URI

GET /contacts/:id/duplicates
URI Parameters
HideShow
id
string (required) Example: c3ad7487-4400-4cd5-934a-d04f3359921b
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": 3,
    "contacts": [
      {
        "id": "c3ad7487-4400-4cd5-934a-d04f3359921b",
        "display_name": "Goat Boy",
        "partner_name": null,
        "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
        "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
        "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "sort_field": "Boy Goat",
        "last_touch": 1770151080.255,
        "last_touch_action": "email",
        "next_touch": 1770755880.255,
        "touch_freq": 7,
        "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
        "android_address_book_id": null,
        "created_at": 1770151081.695023,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "created_for": "import_json",
        "updated_for": "direct_request",
        "deleted_for": null,
        "title": null,
        "first_name": "Goat",
        "partner_first_name": null,
        "middle_name": null,
        "last_name": "Boy",
        "partner_last_name": null,
        "marketing_name": null,
        "nickname": null,
        "email": "[email protected]",
        "primary_email": "[email protected]",
        "emails": [
          "[email protected]"
        ],
        "parked": false,
        "partner_email": null,
        "phone_number": null,
        "primary_phone_number": null,
        "phone_numbers": null,
        "company": null,
        "birthday": null,
        "profile_image_url": null,
        "cover_image_url": null,
        "job_title": null,
        "source_type": "IOSAddressBook",
        "source": null,
        "website": null,
        "tags": [
          "ManyContacts"
        ],
        "address": [
          {
            "city": "Union",
            "full": "50 Park, Union 33333",
            "name": "50 Park",
            "type": "stdaddr",
            "line1": "50 Park",
            "line2": "Union 33333",
            "state": "33333"
          }
        ],
        "type": "contact"
      },
      {
        "id": "fe2eec49-4fc7-41a2-b5b6-a1090c7549a7",
        "display_name": "Goat Boy 2",
        "partner_name": null,
        "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
        "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
        "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "sort_field": "Boy 2 Goat",
        "last_touch": 1770151080.255,
        "last_touch_action": "email",
        "next_touch": 1770755880.255,
        "touch_freq": 7,
        "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
        "android_address_book_id": null,
        "created_at": 1770151081.695042,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "created_for": "import_json",
        "updated_for": "direct_request",
        "deleted_for": null,
        "title": null,
        "first_name": "Goat",
        "partner_first_name": null,
        "middle_name": null,
        "last_name": "Boy 2",
        "partner_last_name": null,
        "marketing_name": null,
        "nickname": null,
        "email": "[email protected]",
        "primary_email": "[email protected]",
        "emails": [
          "[email protected]"
        ],
        "parked": false,
        "partner_email": null,
        "phone_number": null,
        "primary_phone_number": null,
        "phone_numbers": null,
        "company": null,
        "birthday": null,
        "profile_image_url": null,
        "cover_image_url": null,
        "job_title": null,
        "source_type": "IOSAddressBook",
        "source": null,
        "website": null,
        "tags": [
          "ManyContacts"
        ],
        "address": [
          {
            "city": "Union",
            "full": "50 Park, Union 33333",
            "name": "50 Park",
            "type": "stdaddr",
            "line1": "50 Park",
            "line2": "Union 33333",
            "state": "33333"
          }
        ],
        "type": "contact"
      }
    ],
    "type": "contact_duplicate"
  }
}

Get the duplicate cluster for a contact

Get the duplicate cluster for a contact
GET/contacts/:id/duplicates

Example URI

GET /contacts/:id/duplicates
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": 3,
      "contacts": [
        {
          "id": "c3ad7487-4400-4cd5-934a-d04f3359921b",
          "display_name": "Goat Boy",
          "partner_name": null,
          "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
          "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
          "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "sort_field": "Boy Goat",
          "last_touch": 1770151080.255,
          "last_touch_action": "email",
          "next_touch": 1770755880.255,
          "touch_freq": 7,
          "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
          "android_address_book_id": null,
          "created_at": 1770151081.695023,
          "updated_at": 1770151080.255012,
          "deleted_at": null,
          "created_for": "import_json",
          "updated_for": "direct_request",
          "deleted_for": null,
          "title": null,
          "first_name": "Goat",
          "partner_first_name": null,
          "middle_name": null,
          "last_name": "Boy",
          "partner_last_name": null,
          "marketing_name": null,
          "nickname": null,
          "email": "[email protected]",
          "primary_email": "[email protected]",
          "emails": [
            "[email protected]"
          ],
          "parked": false,
          "partner_email": null,
          "phone_number": null,
          "primary_phone_number": null,
          "phone_numbers": null,
          "company": null,
          "birthday": null,
          "profile_image_url": null,
          "cover_image_url": null,
          "job_title": null,
          "source_type": "IOSAddressBook",
          "source": null,
          "website": null,
          "tags": [
            "ManyContacts"
          ],
          "address": [
            {
              "city": "Union",
              "full": "50 Park, Union 33333",
              "name": "50 Park",
              "type": "stdaddr",
              "line1": "50 Park",
              "line2": "Union 33333",
              "state": "33333"
            }
          ],
          "type": "contact"
        },
        {
          "id": "fe2eec49-4fc7-41a2-b5b6-a1090c7549a7",
          "display_name": "Goat Boy 2",
          "partner_name": null,
          "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
          "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
          "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "sort_field": "Boy 2 Goat",
          "last_touch": 1770151080.255,
          "last_touch_action": "email",
          "next_touch": 1770755880.255,
          "touch_freq": 7,
          "ios_address_book_id": "52EAB13E-733F-4153-B019-9A83EE67171D:ABPerson",
          "android_address_book_id": null,
          "created_at": 1770151081.695042,
          "updated_at": 1770151080.255012,
          "deleted_at": null,
          "created_for": "import_json",
          "updated_for": "direct_request",
          "deleted_for": null,
          "title": null,
          "first_name": "Goat",
          "partner_first_name": null,
          "middle_name": null,
          "last_name": "Boy 2",
          "partner_last_name": null,
          "marketing_name": null,
          "nickname": null,
          "email": "[email protected]",
          "primary_email": "[email protected]",
          "emails": [
            "[email protected]"
          ],
          "parked": false,
          "partner_email": null,
          "phone_number": null,
          "primary_phone_number": null,
          "phone_numbers": null,
          "company": null,
          "birthday": null,
          "profile_image_url": null,
          "cover_image_url": null,
          "job_title": null,
          "source_type": "IOSAddressBook",
          "source": null,
          "website": null,
          "tags": [
            "ManyContacts"
          ],
          "address": [
            {
              "city": "Union",
              "full": "50 Park, Union 33333",
              "name": "50 Park",
              "type": "stdaddr",
              "line1": "50 Park",
              "line2": "Union 33333",
              "state": "33333"
            }
          ],
          "type": "contact"
        }
      ],
      "type": "contact_duplicate"
    },
    {
      "id": 4,
      "contacts": [
        {
          "id": "32d5a20c-94ea-4e02-9575-825ec4892dfd",
          "display_name": "Zakroff",
          "partner_name": null,
          "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
          "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
          "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "sort_field": "Zakroff",
          "last_touch": 1770151080.255,
          "last_touch_action": "email",
          "next_touch": 1770755880.255,
          "touch_freq": 7,
          "ios_address_book_id": null,
          "android_address_book_id": null,
          "created_at": 1770151081.694945,
          "updated_at": 1770151080.255012,
          "deleted_at": null,
          "created_for": "import_json",
          "updated_for": "direct_request",
          "deleted_for": null,
          "title": null,
          "first_name": null,
          "partner_first_name": null,
          "middle_name": null,
          "last_name": "Zakroff",
          "partner_last_name": null,
          "marketing_name": null,
          "nickname": null,
          "email": "[email protected]",
          "primary_email": "[email protected]",
          "emails": [
            "[email protected]"
          ],
          "parked": false,
          "partner_email": null,
          "phone_number": null,
          "primary_phone_number": null,
          "phone_numbers": null,
          "company": null,
          "birthday": null,
          "profile_image_url": null,
          "cover_image_url": null,
          "job_title": null,
          "source_type": null,
          "source": null,
          "website": null,
          "tags": [
            "ManyContacts"
          ],
          "address": null,
          "type": "contact"
        },
        {
          "id": "d6edc814-ed3f-4d34-9023-6fd829d6f451",
          "display_name": "Hank Zakroff",
          "partner_name": null,
          "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
          "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
          "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "sort_field": "Zakroff Hank",
          "last_touch": 1770151080.255,
          "last_touch_action": "email",
          "next_touch": 1770755880.255,
          "touch_freq": 7,
          "ios_address_book_id": "2E73EE73-C03F-4D5F-B1E8-44E85A70F170",
          "android_address_book_id": null,
          "created_at": 1770151081.694965,
          "updated_at": 1770151080.255012,
          "deleted_at": null,
          "created_for": "import_json",
          "updated_for": "direct_request",
          "deleted_for": null,
          "title": null,
          "first_name": "Hank",
          "partner_first_name": null,
          "middle_name": null,
          "last_name": "Zakroff",
          "partner_last_name": null,
          "marketing_name": null,
          "nickname": null,
          "email": "[email protected]",
          "primary_email": "[email protected]",
          "emails": [
            "[email protected]"
          ],
          "parked": false,
          "partner_email": null,
          "phone_number": "(707) 555-1854",
          "primary_phone_number": "(707) 555-1854",
          "phone_numbers": [
            "(707) 555-1854",
            "(555) 766-4823"
          ],
          "company": null,
          "birthday": null,
          "profile_image_url": null,
          "cover_image_url": null,
          "job_title": null,
          "source_type": "IOSAddressBook",
          "source": null,
          "website": null,
          "tags": [
            "ManyContacts"
          ],
          "address": [
            {
              "city": "San Rafael",
              "full": "1741 Kearny Street, San Rafael CA 94901",
              "name": "Kearny",
              "type": "stdaddr",
              "line1": "1741 Kearny Street",
              "line2": "San Rafael CA 94901",
              "state": "CA",
              "suftype": "Street",
              "postcode": "94901",
              "house_num": "1741"
            }
          ],
          "type": "contact"
        }
      ],
      "type": "contact_duplicate"
    }
  ],
  "info": {
    "count": 2,
    "total": "2"
  }
}

Merge contacts

Merge contacts
POST/contacts/:id/merge

Example URI

POST /contacts/:id/merge
URI Parameters
HideShow
id
string (required) Example: 52fc518c-7fb3-4b69-9064-3999801e1ae4
associations
array (optional) Example: contact.attributes
Request
HideShow
Body
{
  "sub_contacts": [
    "c27bc7e5-85c6-4752-92c1-5266a8d95c4b",
    "6dc9fc5f-107d-4cec-a011-58e44ae26ccb"
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
    "display_name": "John Appleseed",
    "partner_name": null,
    "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "sort_field": "Appleseed John",
    "last_touch": 1770151080.255,
    "last_touch_action": "email",
    "next_touch": 1770755880.255,
    "touch_freq": 7,
    "ios_address_book_id": "410FE041-5C4E-48DA-B4DE-04C15EA3DBAC",
    "android_address_book_id": null,
    "created_at": 1770151081.694905,
    "updated_at": 1770151080.255012,
    "deleted_at": null,
    "created_for": "import_json",
    "updated_for": "merge",
    "deleted_for": null,
    "title": null,
    "first_name": "John",
    "partner_first_name": null,
    "middle_name": null,
    "last_name": "Appleseed",
    "partner_last_name": null,
    "marketing_name": null,
    "nickname": null,
    "email": "[email protected]",
    "primary_email": "[email protected]",
    "emails": [
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "parked": false,
    "partner_email": null,
    "phone_number": "(408) 555-5270",
    "primary_phone_number": "(408) 555-5270",
    "phone_numbers": [
      "(408) 555-5270",
      "(408) 555-3514",
      "888-555-1212",
      "888-555-5512",
      "(555) 564-8583",
      "(415) 555-3695",
      "555-478-7672"
    ],
    "company": null,
    "birthday": "1980-06-17T00:00:00.000Z",
    "profile_image_url": null,
    "cover_image_url": null,
    "job_title": null,
    "source_type": "IOSAddressBook",
    "source": null,
    "website": null,
    "tags": [
      "ManyContacts"
    ],
    "address": [
      {
        "city": "Hillsborough",
        "full": "165 Davis Street, Hillsborough CA 94010",
        "name": "Davis",
        "type": "stdaddr",
        "line1": "165 Davis Street",
        "line2": "Hillsborough CA 94010",
        "state": "CA",
        "suftype": "Street",
        "postcode": "94010",
        "house_num": "165"
      },
      {
        "city": "Corte Madera",
        "full": "322 Laguna Street, Corte Madera CA 94925",
        "name": "Laguna",
        "type": "stdaddr",
        "line1": "322 Laguna Street",
        "line2": "Corte Madera CA 94925",
        "state": "CA",
        "suftype": "Street",
        "postcode": "94925",
        "house_num": "322"
      },
      {
        "city": "Atlanta",
        "full": "3494 Kuhl Avenue, Atlanta GA 30303",
        "name": "Kuhl",
        "type": "stdaddr",
        "line1": "3494 Kuhl Avenue",
        "line2": "Atlanta GA 30303",
        "state": "GA",
        "suftype": "Avenue",
        "postcode": "30303",
        "house_num": "3494"
      }
    ],
    "attributes": [
      {
        "id": "ff01c07a-8e14-4f64-9309-44bc0737d326",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704419,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "d10c674c-a953-47ae-aa71-6d69a6f56b59",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704489,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": "Home",
        "is_primary": true,
        "is_partner": false,
        "index": 2,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "address",
        "text": null,
        "date": null,
        "address": {
          "city": "Hillsborough",
          "full": "165 Davis Street, Hillsborough CA 94010",
          "name": "Davis",
          "type": "stdaddr",
          "line1": "165 Davis Street",
          "line2": "Hillsborough CA 94010",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94010",
          "house_num": "165"
        },
        "type": "contact_attribute"
      },
      {
        "id": "e1bd7f9a-6085-41bd-8742-501c7dadfde6",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704511,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "phone_number",
        "text": "(555) 564-8583",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "cc8f283f-be9d-45e4-9855-60532061e657",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704525,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "phone_number",
        "text": "(415) 555-3695",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "b7ad6ae6-29da-4a0c-84a9-5796c86c479c",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704562,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "f397dbf8-63bd-4676-b208-44b86f3eddab",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704587,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": "Home",
        "is_primary": false,
        "is_partner": false,
        "index": 1,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "address",
        "text": null,
        "date": null,
        "address": {
          "city": "Corte Madera",
          "full": "322 Laguna Street, Corte Madera CA 94925",
          "name": "Laguna",
          "type": "stdaddr",
          "line1": "322 Laguna Street",
          "line2": "Corte Madera CA 94925",
          "state": "CA",
          "suftype": "Street",
          "postcode": "94925",
          "house_num": "322"
        },
        "type": "contact_attribute"
      },
      {
        "id": "05bb7c8a-f904-4c11-9125-6b02e457f307",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704598,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "phone_number",
        "text": "555-478-7672",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "80934e1d-b477-43c8-9a62-5728e3756978",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.70461,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "phone_number",
        "text": "(408) 555-5270",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "be91a870-2524-42e7-a7ff-756c5eb66a6b",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704622,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "phone_number",
        "text": "(408) 555-3514",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "08e62154-bb62-4d4a-97c4-27471e68e725",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704634,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "first_name",
        "text": "John",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "d9294d08-5caf-48ea-89b3-a39c37b5f40d",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704691,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "last_name",
        "text": "Appleseed",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "9aa3a017-cf76-478f-82fa-3676db5a2fee",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704704,
        "updated_at": 1770151081.704704,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": null,
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "0269654c-3384-4fc9-ada5-b9387ff760de",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704716,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "email",
        "text": "[email protected]",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "4c8668f0-7c1d-4413-a930-ae886edd94e4",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704728,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "birthday",
        "text": null,
        "date": 330048000,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "5e15fa13-f577-4dae-ac1e-5e8d0ee078a3",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704742,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "source_type",
        "text": "IOSAddressBook",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "c5b46f97-5243-44be-a759-1c39481db437",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704754,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": "Home",
        "is_primary": false,
        "is_partner": false,
        "index": 0,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "address",
        "text": null,
        "date": null,
        "address": {
          "city": "Atlanta",
          "full": "3494 Kuhl Avenue, Atlanta GA 30303",
          "name": "Kuhl",
          "type": "stdaddr",
          "line1": "3494 Kuhl Avenue",
          "line2": "Atlanta GA 30303",
          "state": "GA",
          "suftype": "Avenue",
          "postcode": "30303",
          "house_num": "3494"
        },
        "type": "contact_attribute"
      },
      {
        "id": "9e082fd5-90e1-447e-ae83-8ef0da7ee221",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704765,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "phone_number",
        "text": "888-555-5512",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "54c77ee1-8334-4fa9-bf9b-c60f316fce6a",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151081.704777,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "phone_number",
        "text": "888-555-1212",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      },
      {
        "id": "18940023-d77e-45dc-aec8-5101be9847db",
        "contact": "52fc518c-7fb3-4b69-9064-3999801e1ae4",
        "created_at": 1770151083.289342,
        "updated_at": 1770151080.255012,
        "deleted_at": null,
        "label": null,
        "is_primary": false,
        "is_partner": false,
        "index": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "updated_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "attribute_type": "tag",
        "text": "ManyContacts",
        "date": null,
        "address": null,
        "type": "contact_attribute"
      }
    ],
    "type": "contact"
  }
}

Merge multiple clusters of duplicate contacts

Merge multiple clusters of duplicate contacts
POST/contacts/merge

Example URI

POST /contacts/merge
Request
HideShow
Body
{
  "clusters": [
    {
      "parent": "c3ad7487-4400-4cd5-934a-d04f3359921b",
      "sub_contacts": [
        "fe2eec49-4fc7-41a2-b5b6-a1090c7549a7"
      ]
    },
    {
      "parent": "32d5a20c-94ea-4e02-9575-825ec4892dfd",
      "sub_contacts": [
        "d6edc814-ed3f-4d34-9023-6fd829d6f451"
      ]
    }
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "job_id": "ab8585b6-cc7a-46c7-a4eb-31d8e74fff05"
  }
}

Tags

Overview

Tags collection is the set of all tags that are used in contacts and/or manually added by the users.

Note: When adding a new tag attribute to a contact, if the tag is new, it will be added to the Tags collection automatically. There’s no need to create the new tag before hand.

Get all tags

Get all tags
GET/contacts/tags

Example URI

GET /contacts/tags
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "f0ddfc92-84cc-4bdc-a3d5-7ddf93ac958b",
      "created_at": 1770151080.9135,
      "updated_at": 1770151080.9135,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "Agent",
      "text": "Agent",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "c713c70d-e5b3-45de-8d7b-666d969d4890",
      "created_at": 1770151082.284808,
      "updated_at": 1770151082.285051,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "BulkTag",
      "text": "BulkTag",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "0f180c80-6c5f-43f6-a2e5-d0d3fbe6c53a",
      "created_at": 1770151080.913508,
      "updated_at": 1770151080.913508,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "Buyer",
      "text": "Buyer",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "5269cad5-1be1-4c77-b0fb-b8301f22634c",
      "created_at": 1770151082.182259,
      "updated_at": 1770151082.896125,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "General",
      "text": "General",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "86911b5a-307d-4da7-b02e-dcc69094b920",
      "created_at": 1770151080.913473,
      "updated_at": 1770151080.913473,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "Hot",
      "text": "Hot",
      "touch_freq": 7,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "561125a8-449f-4763-81eb-ebe4084315d5",
      "created_at": 1770151083.289234,
      "updated_at": 1770151083.289962,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "ManyContacts",
      "text": "ManyContacts",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "9c6fc690-c8f6-49be-9987-2fa5344e2711",
      "created_at": 1770151081.276061,
      "updated_at": 1770151081.278665,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "New",
      "text": "New",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "c64634d8-e262-4dcc-9d11-0c49efc9f6a3",
      "created_at": 1770151080.913483,
      "updated_at": 1770151080.913483,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "Past Client",
      "text": "Past Client",
      "touch_freq": 60,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "748ffed5-5dd4-4a39-a01b-6a38c8451873",
      "created_at": 1770151082.182259,
      "updated_at": 1770151082.182477,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "PastClient",
      "text": "PastClient",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "7f29378b-90a4-4fe3-97ac-ead3f05c17a4",
      "created_at": 1770151080.913492,
      "updated_at": 1770151080.913492,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "Seller",
      "text": "Seller",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "e218da97-ed3d-4d07-9f56-47b27a6ad5f3",
      "created_at": 1770151080.913434,
      "updated_at": 1770151080.913434,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "Warm",
      "text": "Warm",
      "touch_freq": 30,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "207c2efb-3352-4798-bdca-0f96b1f27852",
      "created_at": 1770151081.27608,
      "updated_at": 1770151081.278711,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "foo",
      "text": "foo",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    },
    {
      "id": "4126292c-e2b7-4523-b3a1-fa4b7c6853c1",
      "created_at": 1770151081.276097,
      "updated_at": 1770151081.278732,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "updated_by": null,
      "tag": "poo",
      "text": "poo",
      "touch_freq": null,
      "type": "crm_tag",
      "auto_enroll_in_super_campaigns": false
    }
  ],
  "info": {
    "count": 13,
    "total": 0
  }
}

Add a tag manually

Add a tag manually
POST/contacts/tags

Example URI

POST /contacts/tags
Request
HideShow
Body
{
  "tag": "baz",
  "touch_freq": 60
}
Response  204

Rename a tag

Rename a tag
PATCH/contacts/tags/:tag

Example URI

PATCH /contacts/tags/:tag
URI Parameters
HideShow
tag
string (required) Example: foo
Request
HideShow
Body
{
  "tag": "bar"
}
Response  204

Set touch reminder on a tag

Set touch reminder on a tag
PATCH/contacts/tags/:tag/touch

Example URI

PATCH /contacts/tags/:tag/touch
URI Parameters
HideShow
tag
string (required) Example: bar
Request
HideShow
Body
{
  "touch_freq": 10
}
Response  204

Set touch reminder on a contact

Set touch reminder on a contact
PATCH/contacts/:id/touch

Example URI

PATCH /contacts/:id/touch
URI Parameters
HideShow
id
string (required) Example: 9f1c4a10-b8b2-4991-9986-d5f536b761d3
Request
HideShow
Body
{
  "touch_freq": 43
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "9f1c4a10-b8b2-4991-9986-d5f536b761d3",
    "display_name": "Johnny",
    "partner_name": "Jane Doe",
    "brand": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "brand_id": "2662ee7f-2aaa-4e58-9a82-37cafccad648",
    "user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "sort_field": "Johnny",
    "last_touch": null,
    "last_touch_action": null,
    "next_touch": 1772743080.255012,
    "touch_freq": 43,
    "ios_address_book_id": null,
    "android_address_book_id": null,
    "created_at": 1770151081.269335,
    "updated_at": 1770151080.255012,
    "deleted_at": null,
    "created_for": "direct_request",
    "updated_for": "direct_request",
    "deleted_for": null,
    "title": null,
    "first_name": "John",
    "partner_first_name": "Jane",
    "middle_name": "M.",
    "last_name": "Doe",
    "partner_last_name": "Doe",
    "marketing_name": null,
    "nickname": "Johnny",
    "email": "[email protected]",
    "primary_email": "[email protected]",
    "emails": [
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "parked": false,
    "partner_email": "[email protected]",
    "phone_number": "+989028202679",
    "primary_phone_number": "+989028202679",
    "phone_numbers": [
      "+989028202679",
      "+989124834198"
    ],
    "company": "Rechat",
    "birthday": "1970-01-12T00:00:00.000Z",
    "profile_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "cover_image_url": "https://inomics.com/sites/default/files/pictures/picture-95970-1460131169.png",
    "job_title": "Contact Test Subject",
    "source_type": "ExplicitlyCreated",
    "source": null,
    "website": [
      "http://www.gholi.com"
    ],
    "tags": [
      "Warm",
      "BulkTag",
      "poo",
      "foo",
      "New",
      "General"
    ],
    "address": [
      {
        "city": "Dallas",
        "full": "Street, Dallas Texas 72890",
        "name": "Street",
        "type": "stdaddr",
        "extra": "Office",
        "line1": "Street",
        "line2": "Dallas Texas 72890",
        "state": "Texas",
        "country": "US",
        "postcode": "72890"
      }
    ],
    "type": "contact"
  }
}

Delete a tag from all contacts

Delete a tag from all contacts
DELETE/contacts/tags/:tag

Example URI

DELETE /contacts/tags/:tag
URI Parameters
HideShow
tag
string (required) Example: bar
Response  204

Attribute Definitions

Overview

A ContactAttributeDef is an object defining every aspect of an attribute type. There a number of system defined attribute definitions, and users can create their own user-defined attribute types. System defined definitions are marked as global. Non-global attributes are commonly referred to as Custom Attributes.

Field Type Description
name string A name for the attribute def (e.g. email, phone_number, etc.) Used for global attributes.
data_type string text, date or number.
label string The form label for the attribute on clients
section string The section on which the attribute should be displayed
required boolean Whether the attribute is mandatory
global boolean Whether the attribute is a global, system-defined attribute in contrast to user-defined ones.
singular boolean Whether there can only be one instance of the attribute or multiple attributes of the same type are allowed.
show boolean Whether the clients must show the attribute or not.
editable boolean Whether the clients must allow editing the attribute or not.
searchable boolean Whether the attribute contributes to full-text index of the contact or not. Only for textual attributes
has_label boolean Whether the clients must display a label UI for the attribute or not.
enum_values string[] Whether the clients must display a dropdown for the value of attribute or not.
labels string[] Whether the clients must display a dropdown as label UI component.
brand uuid The brand that owns the user-defined attribute.
created_by uuid The original creator of the contact
created_at date
updated_at date
deleted_at date

Global Attribute types

Name Type Description
email string Holds an email address
phone_number string Holds a phone number
title string a.k.a prefix
first_name string
middle_name string
last_name string
nickname string
marketing_name string A name used in marketing emails and stuff.
birthday date A date for a birthday
child_birthday date
wedding_anniversary date
home_anniversary date
work_anniversary date
tag string A string describing a contact category
source string
profile_image_url string A url pointing to profile image of this contact
cover_image_url string A url pointing to cover image of this contact
company string A string indicating a company name
website string Any url related to the contact
facebook string
linkedin string
instagram string
job_title string Contact’s job title/position in company
street_prefix string
street_name string
street_suffix string
unit_number string
city string
state string
country string
postal_code string
source_type string Source type of this contact. Non-editable.
note string A small note for this contact

SourceType possible values

Values
BrokerageWidget
IOSAddressBook
SharesRoom
ExplicitlyCreated
External/Outlook
CSV

Get all attribute definitions

Get all attribute definitions
GET/contacts/attribute_defs

Example URI

GET /contacts/attribute_defs
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "16f399bc-e658-49d9-bde6-bf1a13be60f7",
      "created_at": 1770150919.204061,
      "updated_at": 1770150919.204061,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "address",
      "data_type": "address",
      "label": "Address",
      "section": "Addresses",
      "required": false,
      "global": true,
      "singular": false,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": false,
      "labels": [
        "Home",
        "Work",
        "Investment Property",
        "Other"
      ],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "5537ef04-9788-4a33-a780-2f671d1f931b",
      "created_at": 1708659908.741016,
      "updated_at": 1708659908.741016,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "business_card_url",
      "data_type": "text",
      "label": "Business Card URL",
      "section": "Header",
      "required": false,
      "global": true,
      "singular": true,
      "show": false,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "9a898af9-39fd-4ab8-9a7c-3efc85fc4c73",
      "created_at": 1563520683.251772,
      "updated_at": 1563520683.251772,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "facebook",
      "data_type": "text",
      "label": "Facebook",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "4a848915-9e7a-463a-a0f0-6553b528b6a1",
      "created_at": 1563520683.251772,
      "updated_at": 1563520683.251772,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "instagram",
      "data_type": "text",
      "label": "Instagram",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "5d201019-b499-4b3d-9860-f5d552bf5a9e",
      "created_at": 1563520683.251772,
      "updated_at": 1563520683.251772,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "linkedin",
      "data_type": "text",
      "label": "Linkedin",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "a1a9c2d5-00e2-46a5-9b3d-476dbb92f19c",
      "created_at": 1549964874.761764,
      "updated_at": 1549964874.761764,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "home_anniversary",
      "data_type": "date",
      "label": "Home Anniversary",
      "section": "Dates",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "5e01bb1e-e2ff-4f6d-9ede-60abeab742f3",
      "created_at": 1549964874.761764,
      "updated_at": 1549964874.761764,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "child_birthday",
      "data_type": "date",
      "label": "Child Birthday",
      "section": "Dates",
      "required": false,
      "global": true,
      "singular": false,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": true,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "52a35ded-6507-4b9b-b8d7-dbe2d8e296cc",
      "created_at": 1549964874.761764,
      "updated_at": 1549964874.761764,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "work_anniversary",
      "data_type": "date",
      "label": "Work Anniversary",
      "section": "Dates",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "64721f27-877c-454f-8d29-2ade86c86eda",
      "created_at": 1549964874.761764,
      "updated_at": 1549964874.761764,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "wedding_anniversary",
      "data_type": "date",
      "label": "Wedding Anniversary",
      "section": "Dates",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "45949194-20a4-4283-8b20-21972bf7512a",
      "created_at": 1549964769.897953,
      "updated_at": 1549964769.897953,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "marketing_name",
      "data_type": "text",
      "label": "Marketing Name",
      "section": "Details",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "e49439d9-0887-4b17-b05b-22831cb34906",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "middle_name",
      "data_type": "text",
      "label": "Middle Name",
      "section": "Details",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "2df407b0-9283-4e06-84ca-1cd765903987",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "last_name",
      "data_type": "text",
      "label": "Last Name",
      "section": "Details",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "cd148024-757a-4b51-9925-159363a6dfe2",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "nickname",
      "data_type": "text",
      "label": "Nickname",
      "section": "Details",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "a49339a0-c224-49aa-a7f2-e08817e4dea3",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "company",
      "data_type": "text",
      "label": "Company",
      "section": "Details",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "f43b8c78-a1e3-4719-98d7-84e23aa73cbd",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "job_title",
      "data_type": "text",
      "label": "Job Title",
      "section": "Details",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "fec55617-ade5-4a11-b416-05f282e28617",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "birthday",
      "data_type": "date",
      "label": "Birthday",
      "section": "Dates",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "b1a4ad11-9197-46df-a6b1-060d42495822",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "website",
      "data_type": "text",
      "label": "Website",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "7c6b51bc-ee90-4f34-972f-d85f7d7c7f44",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "phone_number",
      "data_type": "text",
      "label": "Phone",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": false,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": true,
      "labels": [
        "Home",
        "Mobile",
        "Work",
        "Fax",
        "WhatsApp",
        "Other"
      ],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "177b4025-f189-4514-b1f8-40b524320e8c",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "profile_image_url",
      "data_type": "text",
      "label": "Profile Picture URL",
      "section": "Header",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "5b3c994e-7569-4df8-b8db-f37421a684f7",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "tag",
      "data_type": "text",
      "label": "Tag",
      "section": "Tags",
      "required": false,
      "global": true,
      "singular": false,
      "show": false,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "8adf799e-2663-469e-8f29-84fc05a9944b",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "cover_image_url",
      "data_type": "text",
      "label": "Cover Image URL",
      "section": "Header",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "6d05310d-f7a8-45d8-92c5-33af32d856aa",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "note",
      "data_type": "text",
      "label": "Note",
      "section": "Notes",
      "required": false,
      "global": true,
      "singular": false,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "381dcbc9-5692-4c03-926e-6017ba87cb58",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "title",
      "data_type": "text",
      "label": "Title",
      "section": "Details",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": [
        "Mr.",
        "Mr. & Mrs.",
        "Mrs.",
        "Miss",
        "Dr.",
        "Dr. & Mrs.",
        "Rev.",
        "Rev. & Mrs.",
        "Hon.",
        "Hon. & Mrs.",
        "Sir",
        "Sir & Mrs."
      ],
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "10b9382e-cc08-4c08-b74c-bd8019a1cea0",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "source_type",
      "data_type": "text",
      "label": "Origin",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": false,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "6dbfb109-c202-42d7-9ea2-e1cd6406f18a",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "source_id",
      "data_type": "text",
      "label": "Id on source",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": true,
      "show": false,
      "filterable": true,
      "editable": false,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "123a1d79-e882-4d0d-88b2-124576bf57db",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "last_modified_on_source",
      "data_type": "date",
      "label": "Last modified on source",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": true,
      "show": false,
      "filterable": true,
      "editable": false,
      "searchable": false,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "e6c09711-d4c7-4e50-94bc-33e0ca3fed79",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "source",
      "data_type": "text",
      "label": "Source",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "d5b21d60-d87a-4eec-ad11-7e50252f57d0",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "email",
      "data_type": "text",
      "label": "Email",
      "section": "Contact Info",
      "required": false,
      "global": true,
      "singular": false,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": true,
      "labels": [
        "Personal",
        "Work",
        "Other"
      ],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    },
    {
      "id": "36fd9fd2-b672-41c0-966f-2c7673421a4e",
      "created_at": 1529043568.904529,
      "updated_at": 1529043568.904529,
      "deleted_at": null,
      "created_by": null,
      "updated_by": null,
      "name": "first_name",
      "data_type": "text",
      "label": "First Name",
      "section": "Details",
      "required": false,
      "global": true,
      "singular": true,
      "show": true,
      "filterable": true,
      "editable": true,
      "searchable": true,
      "has_label": false,
      "labels": [],
      "enum_values": null,
      "user": null,
      "brand": null,
      "type": "contact_attribute_def"
    }
  ],
  "info": {
    "count": 29,
    "total": 0
  }
}

Create an attribute definition

Create an attribute definition
POST/contacts/attribute_defs

Example URI

POST /contacts/attribute_defs
Request
HideShow
Body
{
  "name": "favorite_drinks",
  "data_type": "text",
  "label": "Favorite Drinks",
  "section": "Detials",
  "required": false,
  "singular": false,
  "searchable": false,
  "has_label": false,
  "enum_values": [
    "Coffee",
    "Tea",
    "Iced Tea",
    "Juice"
  ]
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "8768cb50-6107-4ac1-8980-479e2c16a98d",
    "created_at": 1770151085.56024,
    "updated_at": 1770151085.56024,
    "deleted_at": null,
    "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "updated_by": null,
    "name": "favorite_drinks",
    "data_type": "text",
    "label": "Favorite Drinks",
    "section": "Detials",
    "required": false,
    "global": false,
    "singular": false,
    "show": true,
    "filterable": true,
    "editable": true,
    "searchable": false,
    "has_label": false,
    "labels": [],
    "enum_values": [
      "Coffee",
      "Tea",
      "Iced Tea",
      "Juice"
    ],
    "user": null,
    "brand": "1299ffce-78bc-4035-92b3-864fcee2cc52",
    "type": "contact_attribute_def"
  }
}

Delete an attribute definition

Delete an attribute definition
DELETE/contacts/attribute_defs/:id

Example URI

DELETE /contacts/attribute_defs/:id
URI Parameters
HideShow
id
string (required) Example: 8768cb50-6107-4ac1-8980-479e2c16a98d
Response  204

Generated by aglio on 03 Feb 2026