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
}
}