Skip to content

Instantly share code, notes, and snippets.

@mirono
Created January 8, 2015 10:34
Show Gist options
  • Save mirono/61047b659c4338152183 to your computer and use it in GitHub Desktop.
Save mirono/61047b659c4338152183 to your computer and use it in GitHub Desktop.
MyFeed Settings API
Settings Request:
POST domain/v1/settings/myfeed
payload:
{
"portfolios": [
"PortfolioId1",
"PortfolioId2"
],
"authors": true,
"recommendations": true,
"collections": [
"Top Ideas",
"Most Popular",
"Dividends & Income",
"Macro Views",
"ETFs & Portfolio Strategy",
"Tech",
"Energy",
"Healthcare"
]
}
Response: request status + current settings (same payload as the request?)
In addition GetAccount request (V2) should return the same JSON as above, under "myfeed": {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment