• Features
  • Pricing
Get Started

OverviewList CategoriesCreate CategoryGet CategoryUpdate CategoryDelete CategoryReorder Categories

Categories

Categories

Reference for listing, creating, retrieving, updating, deleting, and reordering categories.

Categories endpoints let you manage category records and their ordering through the Blueputto Public API.

Base Path

/v1/categories

Category payloads are intentionally open-ended in the public OpenAPI schema. This section documents the transport contract without inventing workspace-specific category fields.

Endpoints

GET /v1/categories

List categories with pagination.

POST /v1/categories

Create a category from a JSON request body.

GET /v1/categories/{categoryId}

Fetch a single category by UUID.

PATCH /v1/categories/{categoryId}

Partially update an existing category.

DELETE /v1/categories/{categoryId}

Delete a category.

POST /v1/categories/reorder

Persist a new category order.

DELETE /v1/folders/{folderId}

Delete a folder.

GET /v1/categories

List categories with pagination.

On this page

Base PathEndpoints