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-08-24T03:58:55.586Z",
    "updatedAt": "2026-08-24T03:58:55.586Z"
  }
]