List Labels
Lists active labels for your company. Labels can be applied to work orders (WORK type) or assets (ASSET type).
The company is implied by the API key.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
type
Filter by label type
Allowed values:
page
Page number (1-based)
page_size
Number of items per page (max 100)
Response
List of labels
id
Label identifier
name
Label display name
color
Label color as a hex code (e.g. “#FF5733”), or null if unset
type
Label type — WORK for work-order labels, ASSET for asset labels
Allowed values:
createdAt
updatedAt
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
502
Bad Gateway Error
