Public API - Employees
Employee label mappings for people
Given LinkedIn public identifiers at the given company, returns the employee labels applied to each — keyed by public identifier.
POST
Employee label mappings for people
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Given LinkedIn public identifiers at the given company, returns the employee labels applied to each — keyed by public identifier.
curl --request POST \
--url https://app.stairoids.com/api/public/v1/companies/{companyId}/employees/labels \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '[
"<string>"
]'{}curl --request POST \
--url https://app.stairoids.com/api/public/v1/companies/{companyId}/employees/labels \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '[
"<string>"
]'{}