Printago API
GET
/v1/folders/by-type/{type}
Get folders by type
Path Parameters
type
required
string
Folder type (part, sku, etc.)
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"name": "string",
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.447Z",
"updatedAt": "2026-08-24T03:58:55.447Z"
}
]