GET
/
v1
/
lists

Request

Query

type
string
default: "OVERVIEW"

List type to fetch - type can be either STATIC, SMART or OVERVIEW which will return both static and smart lists

limit
number
default: "4"

Number of items to return per page

offset
number
default: "0"

Number of items to skip

Response

The following fields can have a set of values:

type
string

type can be either STATIC or SMART

newResults
number | null

For smart lists, it returns a number indicating the count of new results based on the applied filters.
For static lists, it is always set to null.

notifications
object

Notifications can only be enabled for static lists at this time.