> ## Documentation Index
> Fetch the complete documentation index at: https://docs.twixb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Newsfeed

> Get details of a specific newsfeed.

# Get Newsfeed

<div className="method-badge get">GET</div> `/v1/newsfeeds/{id}`

## Path parameters

| Parameter | Type          | Description |
| --------- | ------------- | ----------- |
| `id`      | string (UUID) | Newsfeed ID |

```bash theme={null}
curl https://twixb.com/api/v1/newsfeeds/28b37688-8549-446b-a2f2-9fb49ed51ae7 \
  -H "X-API-Key: twxb_your_key_here"
```

## Response

Returns the newsfeed object. See [List Newsfeeds](/api-reference/newsfeeds-list) for the full response schema.
