List
Get lists by userId
Retrieves lists created for a specific user, by user ID.
GET
/
list
/
user
/
{userId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
userId
string
requiredResponse
200 - application/json
listId
string
name
string
requireduserId
string
requiredlistType
string
notes
string
attributes
object
count
integer
Number of items added to the list.
Required range:
x > 0
createdAt
string
updatedAt
string
Was this page helpful?