List Blogs by Publication URL
Accepts a POST request with a JSON body containing a ‘url’ parameter (representing the publication’s custom URL) and returns a paginated list of public blogs.
Request
This endpoint expects an object.
url
Publication custom URL.
Response
A paginated list of blogs for the publication identified by the provided URL.
id
uid
created_at
updated_at
publication
Publication this blog belongs to. Can be null for standalone blogs.
publication_custom_url
publication_name
title
source_experience
The experience this blog was created from
category_name
subcategory_name
owner
status
user_bookmarked
summary
publisher_name
publisher_creator
reading_time
metrics
generation_status
has_generation_in_progress
is_ready_for_review
deleted_at
is_active
created_by
updated_by
deleted_by
cover_image
content
focus_area
visibility
* `public` - Public
* `private` - Private
* `team` - Team
* `org` - Organization
Allowed values:
is_draft
Whether this blog is a draft
disable_comments
type
free- Freepaid- Paid
Allowed values:
schedule_date
published_date
Errors
400
Bad Request Error
404
Not Found Error

