Printago API
GET /v1/getting-started/steps

Get completed Getting Started steps

Response Schema

Response
value
object[]

Example Response

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