Public API - Employees
List your employee labels
The labels you can apply to employees (people).
GET
List your employee labels
Authorizations
Your organization's public API key.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The labels you can apply to employees (people).
curl --request GET \
--url https://app.stairoids.com/api/public/v1/employee-labels \
--header 'X-Api-Key: <api-key>'[
{
"id": 42,
"name": "Champion",
"excludeFromScoring": false,
"userGenerated": true
}
]Your organization's public API key.
curl --request GET \
--url https://app.stairoids.com/api/public/v1/employee-labels \
--header 'X-Api-Key: <api-key>'[
{
"id": 42,
"name": "Champion",
"excludeFromScoring": false,
"userGenerated": true
}
]