List User Blogs

View as Markdown
Lists all blogs created by the authenticated user.

Query parameters

contentstringOptional
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
published_datedateOptional
searchstringOptional
tagslist of integersOptional
titlestringOptional
typeenumOptional
  • free - Free
  • paid - Paid
Allowed values:
visibilityenumOptional
* `public` - Public * `private` - Private * `team` - Team * `org` - Organization
Allowed values:

Response

List of user's blogs
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"

Errors

401
Unauthorized Error