Printago API
GET /v1/materials/group-members

Get all group members

List all group memberships (variants assigned to groups)

Requires: material.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "materialGroupId": "string",
    "materialType": "string",
    "priority": 0,
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-09-09T20:31:46.656Z",
    "updatedAt": "2026-09-09T20:31:46.656Z"
  }
]