# News Everything about your News ## List all news items - [GET /news/news_items](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/news/listnewsitems.md): You can fetch a list of all news items ## Create a news item - [POST /news/news_items](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/news/createnewsitem.md): You can create a news item ## Retrieve a news item - [GET /news/news_items/{id}](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/news/retrievenewsitem.md): You can fetch the details of a single news item. ## Update a news item - [PUT /news/news_items/{id}](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/news/updatenewsitem.md) ## Delete a news item - [DELETE /news/news_items/{id}](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/news/deletenewsitem.md): You can delete a single news item. ## List all live newsfeed items - [GET /news/newsfeeds/{id}/items](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/news/listlivenewsfeeditems.md): You can fetch a list of all news items that are live on a given newsfeed ## List all newsfeeds - [GET /news/newsfeeds](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/news/listnewsfeeds.md): You can fetch a list of all newsfeeds ## Retrieve a newsfeed - [GET /news/newsfeeds/{id}](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/news/retrievenewsfeed.md): You can fetch the details of a single newsfeed