FoldersFoldersReference for listing, creating, retrieving, updating, and deleting folders.Folders endpoints let you manage document folder records through the Blueputto Public API. Base Path /v1/folders Folder payloads are open-ended in the public OpenAPI schema. The docs here focus on authentication, parameters, response envelopes, and lifecycle behavior. Endpoints GET /v1/foldersList folders with pagination and free-text search.POST /v1/foldersCreate a new folder from a JSON request body.GET /v1/folders/{folderId}Fetch a single folder by UUID.PATCH /v1/folders/{folderId}Partially update an existing folder.DELETE /v1/folders/{folderId}Delete a folder.DELETE /v1/collections/{collectionId}Delete a collection.GET /v1/foldersList folders with pagination and free-text search.