API Docs/Core API/List Smart Views
Endpoint
List Smart Views
List all of your Smart Views (saved filtered views). Each view has a slug used to read its bookmarks or manage it. POST to the same path (name, base_query) to create one.
GEThttps://api.tweetsmash.com/v1/views
Header Parameters
Response
{
"status": true,
"data": [
{
"id": "1",
"slug": "reading-workflow",
"name": "Reading Workflow",
"base_query": "",
"triage_buckets": null,
"default_sort": null
}
]
}