Printago API
GET
/v1/orders/customers
Get all customers
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.652Z",
"updatedAt": "2026-08-24T03:58:55.652Z"
}
]