Blog Posts

Get Blog Post

Retrieves a specific blog post.

get/v1/shops/{shopId}/blog-posts/{blogPostId}

Response

idinteger
shop_idinteger
ai_generatedboolean
topic_typestring
pathstring
titlestring
summarystring
image_idstring
meta_titlestring
meta_descriptionstring
created_atstring
updated_atstring
contentstring
imagestring

Example response

{
  "id": 1,
  "shop_id": 1,
  "ai_generated": false,
  "topic_type": null,
  "path": "welcome",
  "title": "Welcome",
  "summary": "Welcome to our shop.",
  "image_id": null,
  "meta_title": null,
  "meta_description": null,
  "created_at": "2026-08-28T18:23:02.000000Z",
  "updated_at": "2026-08-28T18:23:02.000000Z",
  "content": "",
  "image": null
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.