Printago API
GET /v1/orders/customers

Get all customers

Requires: order.view

Response Schema

Response
value
object[]

Example Response

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