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 ID for the user that you set when identifying them in Knock.
idstring uuid required
The unique identifier for the channel.
Response
OK
Example response
{
"features": {
"branding_required": true
}
}