---
title: "Retrieve a newsfeed"
method: GET
path: "/news/newsfeeds/{newsfeed_id}"
tags: ["News"]
---

# Retrieve a newsfeed

`GET /news/newsfeeds/{newsfeed_id}`

You can fetch the details of a single newsfeed

## Path parameters

- `newsfeed_id` string, required

## Headers

- `Intercom-Version` '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '2.0' | '2.1' | '2.2' | '2.3' | '2.4' | '2.5' | '2.6' | '2.7' | '2.8' | '2.9' | '2.10' | '2.11' | '2.12' | '2.13' | '2.14' — Intercom API version.</br>By default, it's equal to the version set in the app package.

## Response `200`

successful

- Newsfeed — A newsfeed is a collection of news items, targeted to a specific audience. Newsfeeds currently cannot be edited through the API, please refer to [this article](https://www.intercom.com/help/en/articles/6362267-getting-started-with-news) to set up your newsfeeds in Intercom.
  - `id` string — The unique identifier for the newsfeed which is given by Intercom.
  - `type` 'newsfeed' — The type of object.
  - `name` string — The name of the newsfeed. This name will never be visible to your users.
  - `created_at` integer — Timestamp for when the newsfeed was created.
  - `updated_at` integer — Timestamp for when the newsfeed was last updated.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/intercom/apis/intercom-api.md) · [All operations](https://skmtc.net/intercom/apis/intercom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intercom/intercom-api/revisions/9392cc209ac7/schema)
