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