Labels
Labels
Reference for listing, creating, retrieving, updating, deleting, and reordering labels.
Labels endpoints let you manage label records and their ordering through the Blueputto Public API.
Base Path
/v1/labelsLabel payloads are intentionally open-ended in the public OpenAPI schema. This section documents the route and response contract without assuming the exact fields in your workspace.
Endpoints
GET /v1/labels
List labels with pagination.
POST /v1/labels
Create a label from a JSON request body.
GET /v1/labels/{labelId}
Fetch a single label by UUID.
PATCH /v1/labels/{labelId}
Partially update an existing label.
DELETE /v1/labels/{labelId}
Delete a label.
POST /v1/labels/reorder
Persist a new label order.