v30

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-22116135580.0 KB
Feeds
Users

Get feed settings

Returns the feed settings for a user.

get/v1/users/{user_id}/feeds/{id}/settings

Path parameters

user_idstring required

The unique identifier of the user.

idstring uuid required

The unique identifier for the channel.

Response

OK

Example response

{
  "features": {
    "branding_required": true
  }
}