Lists
Get a list
Returns a list based on the list ID provided.
GET
/
lists
/
{list_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
list_id
string
requiredA unique identifier representing the list you wish to retrieve.
Response
200 - application/json
id
string
requiredname
string
requiredcreated
integer | null
updated
integer | null