List blogs
Blogs
List blog posts
Retrieve a paginated list of the store’s blog posts. Requires the READ_BLOGS scope.
GET
List blogs
Returns the store’s blog posts newest first with the author populated, excluding soft-deleted posts and with optional filtering by published state. The store is bound to your app token server-side — never send a shop id.
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.
Query Parameters
Page number to return (defaults to 1).
Required range:
x >= 1Maximum number of blog posts per page (defaults to 10).
Required range:
x >= 1Optional search phrase applied to blog titles or excerpts.

