curl -H "Authorization: Bearer cw_ext_your_key" \ "https://app.chainwire.org/api/external-api/v1/orders/123/articles"
{ "order_id": 123, "press_release_title": "Chainwire Launches New Feature", "data": [ { "id": 1, "article_url": "https://example.com/chainwire-launches-new-feature", "published_at": "2026-01-20 09:00:00", "website_domain": "example.com" } ] }
Retrieve published articles for a specific order.
Bearer cw_ext_your_api_key_here
Show Article Object
example.com