Printago API
GET
/v1/materials/groups
Get all groups
List all material groups for organizing compatible materials
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"name": "string",
"priority": 0,
"id": "string",
"storeId": "string",
"createdAt": "2026-09-09T20:31:46.657Z",
"updatedAt": "2026-09-09T20:31:46.657Z"
}
]