Skip to main content
POST
/
public
/
v1
/
companies
/
{companyId}
/
employees
/
labels
Employee label mappings for people
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>"
]'
{}

Authorizations

X-Api-Key
string
header
required

Your organization's public API key.

Path Parameters

companyId
integer<int64>
required

Body

application/json

Response

OK

{key}
object[]