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-08-24T03:58:56.087Z",
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-08-24T03:58:56.087Z",
    "updatedAt": "2026-08-24T03:58:56.087Z"
  }
]