Lists

Get a list

Returns one list by id with its name and created and updated timestamps. Fetch its subscribers separately with the subscriptions endpoint.

get/lists/{list_id}

Path parameters

list_idstring required

A unique identifier representing the list you wish to retrieve.

Response

idstring required
namestring required
createdstring nullable
updatedstring nullable

Changes