List news articles
USE FOR: Browsing news/articles in the canonical news domain with optional filtering. NOT FOR: Pre-create or pre-update identity gates; use /v1/news/duplicate-check.
Authentication
X-Client-Secretstring
Client secret for read-only service-to-service access (no writes)
Query parameters
search
Full-text news search term.
category
News category slug to include or exclude.
excludeId
Exclude one news article by id.
letter
Author-name initial.
cursor
Cursor token returned by the previous thin page.
mode
Response mode; use thin for cursor-paginated index reads.
page
Zero-based page index (0..N)
size
The size of the page to be returned
sort
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Response
OK
content
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error