Company

Get All Companies

POST
/company/all
sort?SortDto
pagination?PaginationDto
searchQuery?string
filters?array<CompanyFilterDto>

Response Body

curl -X POST "http://crm-apiprod.b2bleadsmarket.com/company/all" \  -H "Content-Type: application/json" \  -d '{}'
{
  "docs": [
    {
      "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"
    }
  ],
  "total": 0,
  "pagination": {}
}