---
title: "Feed"
method: GET
path: "/feed/{instancekey}/{profileKey}"
tags: ["Feed"]
---

# Feed

`GET /feed/{instancekey}/{profileKey}`

Service that returns all the required information for a personal Feed.

## Path parameters

- `instancekey` string, required
- `profileKey` string, required

## Query parameters

- `tn_cid` string
- `tn_parameters` string
- `tn_parameters_except` string

## Headers

- `TWN-Source` string

## Response `200`

Response with all the required information for navigating through products.

- Feed
  - `items` FeedItem[]
    - `type` string — Type of item
    - `itemno` string — Unique item number
    - `title` string — Title of item
    - `price` number, double — Price of item
    - `brand` string — Brand of item
    - `attributes` FeedItemAttribute[]
      - `name` string — Name of an attribute
      - `values` FeedItemAttributeValue[]
        - `value` string — Value of an attribute

## Other responses

- `401` — Invalid instancekey supplied

---

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