---
title: "Get feed settings"
method: GET
path: "/v1/users/{user_id}/feeds/{id}/settings"
tags: ["Feeds", "Users"]
---

# Get feed settings

`GET /v1/users/{user_id}/feeds/{id}/settings`

Returns the feed settings for a user.

## Path parameters

- `user_id` string, required
- `id` string, uuid, required

## Response `200`

OK

- UserInAppFeedSettingsResponse — The response for the user's feed settings.
  - `features` object, required — Features configuration for the user's feed.
    - `branding_required` boolean, required — Whether branding is required for the user's feed.

---

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