---
title: "Get Blog Post"
method: GET
path: "/v1/shops/{shopId}/blog-posts/{blogPostId}"
tags: ["Blog Posts"]
---

# Get Blog Post

`GET /v1/shops/{shopId}/blog-posts/{blogPostId}`

Retrieves a specific blog post.

## Response `200`

- object
  - `id` integer
  - `shop_id` integer
  - `ai_generated` boolean
  - `topic_type` string
  - `path` string
  - `title` string
  - `summary` string
  - `image_id` string
  - `meta_title` string
  - `meta_description` string
  - `created_at` string
  - `updated_at` string
  - `content` string
  - `image` string

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
