---
title: "(*NEW*) Corporate Skip API"
method: POST
path: "/v2/CorporateSkip"
---

# (*NEW*) Corporate Skip API

`POST /v2/CorporateSkip`

Help pierce LLCs and find the individuals behind Corporate Entities that own specific properties

## Request body

- object
  - `company_name` string, required — If coming from Property Detail, use the .ownerInfo.owner1FullName here. Otherwise, get as close to the exact name of the company that you can including spaces, commas, the actual terms "LLC", "Inc", etc.
  - `city` string — One of "city" & "state" must be provided. Searches with a city included will be the most accurate
  - `state` string — One of "city" & "state" must be provided. 2 Digit State Code for a Given State (i.e. "VA" for "Virgnia", "FL" for "Florida" and so on

## Response `200`

- object
  - `businessDetails` object
    - `businessCategoryName` string
    - `businessDescription` string
    - `businessMailingAddress` object
      - `address` string
      - `city` string
      - `countryCode` string
      - `postalCode` string
      - `state` string
      - `unit` string
      - `propertyId` string
    - `entityName` string
    - `entityType` string
    - `otherEntityNames` string[]
    - `primaryDomainName` string
    - `primaryEmail` string
    - `primaryPhone` string
  - `filingDetails` object
    - `domesticJurisdictionName` string
    - `domesticJurisdictionPostalAbbreviation` string
    - `fileNumber` string
    - `filingDate` string
    - `filingJurisdictionName` string
    - `filingJurisdictionPostalAbbreviation` string
    - `filingStatus` string
  - `principals` object[]
  - `registeredAgents` object[]
  - `estimatedCostUsd` number, float
  - `lastUpdateDate` string, date
  - `live` boolean
  - `principalsCount` integer
  - `propertyMatches` integer
  - `registeredAgentCount` integer
  - `relevanceScore` number, float
  - `requestExecutionTimeMS` string
  - `skipMatches` integer
  - `statusCode` integer
  - `statusMessage` string

---

[API](https://skmtc.net/realestateapi/apis/property-apis.md) · [All operations](https://skmtc.net/realestateapi/apis/property-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/realestateapi/property-apis/revisions/8e1eee264b55/schema)
