Skip to main content
POST
/
public
/
v1
/
companies
/
by-persons
Get scored companies for people
curl --request POST \
  --url http://app.stairoids.com/api/public/v1/companies/by-persons \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '[
  "<string>"
]'
[
  {
    "publicIdentifier": "jane-doe-123",
    "companies": [
      {
        "companyId": 4521,
        "name": "Acme Corp",
        "domain": "acme.com",
        "industry": "Software",
        "country": "Netherlands",
        "city": "Amsterdam",
        "employeeCount": 250,
        "companySize": "201-500",
        "linkedInUrl": "https://www.linkedin.com/company/acme",
        "totalScore": 87,
        "icpMatched": true,
        "icpId": 7,
        "icpName": "Mid-market SaaS",
        "rankedLeadScoreId": 55231,
        "logoUrl": "<string>",
        "funnelStageId": 12,
        "funnelStage": "Hot",
        "labels": [
          {
            "id": 5,
            "name": "Strategic",
            "color": "#73d89c",
            "userGenerated": true
          }
        ],
        "latestActivityTimestamp": 1719500000000
      }
    ]
  }
]

Authorizations

X-Api-Key
string
header
required

Your organization's public API key. Manage it at GET /api/user/public-api-key.

Body

application/json

Response

OK

publicIdentifier
string

The LinkedIn public identifier this result is for.

Example:

"jane-doe-123"

companies
object[]

Scored companies the person is employed at.