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