Get Blog Post

Returns a single Blog Post.

Authentication

X-Auth-Tokenstring
### OAuth scopes | UI Name | Permission | Parameter | |:--------|:-----------|:----------| | Content | modify | `store_v2_content` | | Content | read-only | `store_v2_content_read_only` | ### Authentication header | Header | Argument | Description | |:-------|:---------|:------------| | `X-Auth-Token` | `access_token` | For more about API accounts that generate `access_token`s, see our [Guide to API Accounts](/developer/docs/overview/api-fundamentals/api-accounts#api-accounts). | ### Further reading For example requests and more information about authenticating BigCommerce APIs, see [Authentication and Example Requests](/developer/docs/overview/api-fundamentals/api-accounts#x-auth-token-header-example-requests). For more about BigCommerce OAuth scopes, see our [Guide to API Accounts](/developer/docs/overview/api-fundamentals/api-accounts#oauth-scopes). For a list of API status codes, see [API Status Codes](/developer/api-reference/rest/overview#rest-http-status-codes).

Path parameters

idintegerRequired
ID of the blog post.
store_hashstringRequired
Permanent ID of the BigCommerce store.

Headers

AcceptstringRequiredDefaults to application/json
The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body.

Response

authorstring or nullOptional

Name of the blog post’s author.

bodystringOptional
Text body of the blog post.
idintegerOptionalRead-only

ID of this blog post. READ-ONLY.

is_publishedbooleanOptionalDefaults to false
Whether the blog post is published. If you want the post to be or remain published following the request, you must set the field explicitly to true, even if the blog post was already published prior to the request.
meta_descriptionstring or nullOptional

Description text for this blog post’s <meta/> element.

meta_keywordsstring or nullOptional

Keywords for this blog post’s <meta/> element.

preview_urlstringOptionalRead-only

URL to preview the blog post. READ-ONLY.

published_dateobjectOptional
published_date_iso8601stringOptional

Published date in ISO 8601 format.

summarystringOptionalRead-only

Summary of the blog post. READ-ONLY.

tagslist of stringsOptional
Tags to characterize the blog post.
thumbnail_pathstring or nullOptional

Local path to a thumbnail uploaded to /product_images/ using WebDAV.

titlestringOptional
Title of this blog post.
urlstringOptional
URL for the public blog post.