Get position segment labels
User Positions
Get position segment labels
Returns list of segment labels used to group user positions.
This endpoint is only available for companies with feature flag to manage positions by labels enabled. The endpoint requires authentication and will return a 403 error if the feature is not enabled for company.
GET
Get position segment labels
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Defines whether labels are retrieved for positions or categories. Must be 'c' for categories or 'p' for positions
Available options:
c, p Example:
"p"
Response
List of segment labels

