Company

Get Company By Id

GET
/company/{id}

Path Parameters

idstring

Response Body

curl -X GET "http://crm-apiprod.b2bleadsmarket.com/company/string"
{
  "id": "string",
  "name": "string",
  "domainName": {
    "primaryLinkLabel": "string",
    "primaryLinkUrl": "string",
    "secondaryLinks": [
      {}
    ]
  },
  "employees": 0,
  "industry": "string",
  "employeeRange": "1-10",
  "linkedinLink": {
    "primaryLinkLabel": "string",
    "primaryLinkUrl": "string",
    "secondaryLinks": [
      {
        "label": "string",
        "url": "string"
      }
    ]
  },
  "xLink": {
    "primaryLinkLabel": "string",
    "primaryLinkUrl": "string",
    "secondaryLinks": [
      {
        "label": "string",
        "url": "string"
      }
    ]
  },
  "annualRecurringRevenue": {
    "amountMicros": 0,
    "currencyCode": "string"
  },
  "address": {
    "addressStreet1": "string",
    "addressStreet2": "string",
    "addressCity": "string",
    "addressState": "string",
    "addressCountry": "string",
    "addressPostcode": "string",
    "addressLat": 0,
    "addressLng": 0
  },
  "idealCustomerProfile": true,
  "createdBy": {
    "source": "string",
    "workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046",
    "name": "string"
  },
  "accountOwnerId": "string",
  "accountOwner": {},
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "deletedAt": "2019-08-24T14:15:22Z"
}