Printago API
GET /v1/customizer/designs

List customizer designs

List submitted customizer designs for the store.

Requires: customizer.manage

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "configId": "string",
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-09-09T20:31:46.358Z",
    "updatedAt": "2026-09-09T20:31:46.358Z"
  }
]