---
title: "List Posts"
method: GET
path: "/webstore/post"
tags: ["Webstore"]
---

# List Posts

`GET /webstore/post`

Lista posts recentes do blog da loja.

## Query parameters

- `page` number

## Headers

- `x-store-domain` string, required

## Response `200`

Lista de posts

- object
  - `meta` object — Metadados de paginação
    - `total` number
    - `per_page` number
    - `current_page` number
    - `last_page` number
  - `data` object[] — Lista de posts
    - `id` number
    - `store_id` number
    - `title` string
    - `content` string
    - `author` string
    - `image` string
    - `slug` string
    - `published_at` string
    - `path` string
    - `created_at` string
    - `updated_at` string

---

[API](https://skmtc.net/centralcart/apis/centralcart-api.md) · [All operations](https://skmtc.net/centralcart/apis/centralcart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centralcart/centralcart-api/revisions/6cbd98848375/schema)
