Skip to main content
GET
List Blogs

List Blogs

Returns a paginated list of blogs in the store. Blogs are containers for articles/posts.

Request

Requires the read_content scope.

Parameters

integer
default:"1"
Page number for pagination
integer
default:"50"
Number of items per page

Response

The response uses the standard envelope. Blogs are returned under data.blogs, with offset-based pagination under data.pagination. Results are ordered by creation date, newest first.
integer
HTTP status code (e.g. 200)
string
Result state, e.g. success
array
Array of blog objects
object
Pagination information: page, limit, total, hasMore

Example Response

Error Codes