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

page
integer
default:"1"
Page number for pagination
limit
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.
status
integer
HTTP status code (e.g. 200)
state
string
Result state, e.g. success
data.blogs
array
Array of blog objects
data.pagination
object
Pagination information: page, limit, total, hasMore

Example Response

Error Codes

CodeDescription
UNAUTHORIZEDInvalid or missing access token
FORBIDDENApp doesn’t have read_content scope