GET
/
lists

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:
1

Page to fetch, the first page has index 1.

per
integer
default:
10

How many lists to return per page.

Response

200 - application/json
data
object[]
metadata
object
success
boolean