Skip to main content

Get Contact

Retrieve contact details.

Endpoint

GEThttps://crm.twozo.io/rest/api/v1/contact/{id}
Response
{
  "code": 0,
  "data": {
    "lifecycle_stage": {
      "name": "Lead",
      "value": 79068
    },
    "timezone": {
      "name": "(UTC+00:00) Africa/Abidjan",
      "value": 10412988
    },
    "date_of_birth": 1782910500000,
    "cf_custom_text_field": "custom text",
    "phones": [
      {
        "phone_type": {
          "name": "Work",
          "value": 1
        },
        "isPrimary": true,
        "phone_number": "10101010101010101",
        "id": 3124892
      }
    ],
    "source": {
      "name": "Web",
      "value": 10413591
    },
    "emails": [
      {
        "email_type": {
          "name": "Personal",
          "value": 2
        },
        "isPrimary": true,
        "id": 21669406,
        "email_value": "sss@hvu.in"
      }
    ],
    "twitter": "https://twitter.ssscom",
    "subscription_status": {
      "name": "Subscribed",
      "value": 10413615
    },
    "company": {
      "name": "Wunsch, Swaniawski and Shields",
      "value": 121728
    },
    "lifecycle_status": {
      "name": "New",
      "value": 145213
    },
    "id": 1187549,
    "department": "COD",
    "first_name": "john",
    "sales_owner": {
      "name": "uno1",
      "value": 71591
    },
    "address": {
      "zipcode": "78701",
      "country": {
        "name": "United States",
        "value": 2
      },
      "address_line1": "123 Maple Street",
      "city": "Austin",
      "id": 134394,
      "state": "Texas"
    },
    "facebook": "https://www.facebook.com/johnsmith",
    "last_name": "wick",
    "subscription_types": [
      {
        "name": "Newsletter",
        "value": 10413610
      },
      {
        "name": "Promotional",
        "value": 10413611
      }
    ],
    "created_by": 71591,
    "tags": [
      {
        "name": "Tag1",
        "value": 71258
      }
    ],
    "cf_custom_company_field": {
      "name": "Wunsch, Swaniawski and Shields",
      "value": 121728
    },
    "cf_custom_contact_field": {
      "name": "Ngan",
      "value": 1186422
    },
    "cf_custom_owner_field": {
      "name": "uno1",
      "value": 71591
    },
    "cf_custom_number_field": 10,
    "cf_custom_multiselect_field": {
      "name": "Choice 1",
      "value": 10413746
    },
    "updated_by": 71591,
    "designation": "Engineer",
    "territory": {
      "name": "USA",
      "value": 63063
    }
  }
}