cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/news/stats \ --header 'Authorization: Bearer <token>'
{ "total_articles": 123, "total_sources": 123, "articles_today": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
News statistics
News stats snapshot.
Was this page helpful?