Skip to main content
Deprecated: Use /posts/?tags.id__eq={tag_id} instead. See Post Listing.
GET https://cds.thepublive.com/publisher/{publisher_id}/posts_by_tag/{tag_id}/ Returns posts tagged with a specific tag.

Migration

# Old (deprecated)
GET /posts_by_tag/500/

# New (recommended)
GET /posts/?tags.id__eq=500