Lists
Get a list
Returns a list based on the list ID provided.
GET
/
lists
/
{list_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier representing the list you wish to retrieve.