Printago API
GET /v1/materials/groups

Get all groups

List all material groups for organizing compatible materials

Requires: material.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "name": "string",
    "priority": 0,
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-08-24T03:58:55.587Z",
    "updatedAt": "2026-08-24T03:58:55.587Z"
  }
]