OUTCOME · Inspect
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2News and verification
/api/v2/news/{identifier}PURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this after selecting a canonical publication identifier when the client needs the complete published entry rather than a collection summary.
OUTCOME · Inspect
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
identifierpathRequiredidentifierPublication UUID or slug. It selects the exact identifier addressed by this route.EXAMPLEidentifier-01
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"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",
"body": [
{
"items": [
"example-item"
],
"level": 1,
"ordered": true,
"text": "example-text",
"type": "example-type"
}
],
"proof_chain": [
{
"created": "example-created",
"event_hash": "example-event-hash",
"payload_hash": "example-payload-hash",
"previous_event_hash": "example-previous-event-hash",
"sequence": 0,
"type": "example-type"
}
],
"revisions": [
{
"change_summary": "example-change-summary",
"content_commitment": "example-content-commitment",
"created": "example-created",
"previous_commitment": "example-previous-commitment",
"published_at": "2026-09-02T18:30:00Z",
"revision": 0,
"revision_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB"
}
]
}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"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 ↗