cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/news/articles \ --header 'Authorization: Bearer <token>'
{ "articles": [ { "id": 123, "title": "<string>", "published_at": "<string>", "sentiment": "<string>", "source": "<string>", "symbols": [ "<string>" ], "url": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
News articles feed
News listing.
Show child attributes
Was this page helpful?