Printago API
GET
/v1/materials/{materialId}/variants
Get variants by material
Get all variants of a specific material type
Path Parameters
materialId
required
string
Material type ID
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"name": "string",
"materialId": "string",
"tags": [
"string"
],
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.624Z",
"updatedAt": "2026-08-24T03:58:55.624Z"
}
]