Get blog by ID or slug
Retrieve the full content of a specific blog post by its ID or slug.
Request
Headers
| Header | Type | Description |
|---|---|---|
x-shop-id | string | Identify the shop context. |
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Blog post ID or slug. |
Successful response
Error response
Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Path Parameters
Unique blog post identifier.
Response
Blog detail response.
Unique blog post identifier.
Human-readable title for the blog post.
URL-friendly slug for the blog post.
Short teaser text shown on listing pages.
Featured image URL for the blog post.
Publication timestamp in ISO 8601 format.
Workflow status such as draft, scheduled, or published.
Timestamp of the most recent update.
Full HTML content of the blog post.
Author metadata for the blog post.

