• Features
  • Pricing
Get Started

OverviewList LabelsCreate LabelGet LabelUpdate LabelDelete LabelReorder Labels

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/labels

Label 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.

POST /v1/statuses/reorder

Persist a new ordering for statuses.

GET /v1/labels

List labels with pagination.

On this page

Base PathEndpoints