OUTCOME · Discover
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2News and verification
/api/v2/newsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this to populate a public newsroom or feed, discover entries by category, or select one canonical publication identifier for detail and verification.
OUTCOME · Discover
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Publication content, editorial classification, featured placement, canonical identifier, integrity evidence, source provenance, and external claims remain distinct. A published or verified article is public information; it grants no identity, policy, investment, wallet, payment, settlement, publisher, matching, or trading authority.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
cursorqueryOptionalopaque string · nullableCursor returned by the preceding page. Omit it to use the documented default or unfiltered behavior.EXAMPLEeyJvZmZzZXQiOjUwfQ
limitqueryOptionalinteger · 1–99 · nullableMaximum published entries to return. Omit it to use the documented default or unfiltered behavior.Schema range: 0 to unboundedEXAMPLE24
categoryqueryOptionalstring · 1–64 · nullableExact public category filter. Omit it to use the documented default or unfiltered behavior.EXAMPLEcategory-01
featuredqueryOptionalboolean · nullableWhen true, return featured publications only. Omit it to use the documented default or unfiltered behavior.EXAMPLEtrue
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"limit": 0,
"nextCursor": "example-nextcursor",
"publications": [
{
"article_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"author_name": "example-author-name",
"category": "example-category",
"content_commitment": "example-content-commitment",
"created": "example-created",
"editorial_date": "2026-09-02",
"excerpt": "example-excerpt",
"eyebrow": "example-eyebrow",
"featured": true,
"previous_commitment": "example-previous-commitment",
"products": [
"example-product"
],
"published_at": "2026-09-02T18:30:00Z",
"reading_minutes": 0,
"revision": 0,
"scheduled_at": "2026-09-02T18:30:00Z",
"seo_description": "example-seo-description",
"seo_title": "example-seo-title",
"slug": "example-slug",
"social_links": {},
"status": "example-status",
"tags": [
"example-tag"
],
"title": "example-title",
"updated": "2026-09-02"
}
]
}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentialsOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗