Printago API
GET /v1/stores

Get all stores for current user

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "name": "string",
    "auditEnabled": true,
    "id": "string",
    "updatedAt": "2026-09-09T20:31:47.614Z",
    "createdAt": "2026-09-09T20:31:47.614Z"
  }
]