List Blogs
Blogs
List Blogs
Retrieve a list of blogs
GET
List Blogs
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
List Blogs
Returns a paginated list of blogs in the store. Blogs are containers for articles/posts.Request
Parameters
Page number for pagination
Number of items per page (max 250)
Filter by exact handle
Filter blogs created after this date (ISO 8601)
Filter blogs updated after this date (ISO 8601)
Response
Whether the request succeeded
Array of blog objects
Pagination information
Example Response
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have read_content scope |