Printago API
GET /v1/customizer/textures/store

List store custom textures

List the store's uploaded build-plate textures.

Requires: customizer.manage

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "customSvgUrl": "string",
    "name": "string",
    "storagePath": "string",
    "mimeType": "string",
    "opacity": 1,
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-08-24T03:58:55.323Z",
    "updatedAt": "2026-08-24T03:58:55.323Z"
  }
]