Get all the lists

GET {{baseUrl}}/contacts/lists?limit=10&offset=0&sort=desc

Request Params

KeyDatatypeRequiredDescription
limitnumberNumber of documents per page
offsetnumberIndex of the first document of the page
sortstringSort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"lists":[{"id":53,"name":"Spanish_Speakers","totalSubscribers":5432,"totalBlacklisted":65,"uniqueSubscribers":5497,"folderId":1},{"id":50,"name":"Other","totalSubscribers":10976,"totalBlacklisted":765,"uniqueSubscribers":11741,"folderId":2}],"count":2}