Printago API
GET /v1/folders/by-type/{type}

Get folders by type

Requires: part.view

Path Parameters

type required
string
Folder type (part, sku, etc.)

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "name": "string",
    "customMetadata": {},
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-09-09T20:31:46.485Z",
    "updatedAt": "2026-09-09T20:31:46.485Z"
  }
]