Get all Contact Lists
GET
/lists
Contact Lists
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/lists'
Response Response Example
{
"data": {
"current_page": 1,
"data": [
{
"_contacts_count": 0,
"list_email_id": "GHPAJCCVGMTD9BLA",
"list_id": 428,
"list_name": "List-reFSsJkvRC"
},
{
"_contacts_count": 0,
"list_email_id": "IIEXAR72O9UAZ7WW",
"list_id": 429,
"list_name": "List6eaG4lGIc9"
},
{
"_contacts_count": 0,
"list_email_id": "HSA3VWFEFCZIF2WT",
"list_id": 430,
"list_name": "ListwM4kJrQ7Db"
},
{
"_contacts_count": 0,
"list_email_id": "HSA3VWFEFCZIF2WT",
"list_id": 431,
"list_name": "ListzH6Qs6Uqh5"
},
{
"_contacts_count": 0,
"list_email_id": "3TCFYRPSW8OXRBK7",
"list_id": 432,
"list_name": "ListJaDZPg7SOy"
},
{
"_contacts_count": 0,
"list_email_id": "BCT20YT185AHVVNI",
"list_id": 433,
"list_name": "ListxseEIVS4d5"
},
{
"_contacts_count": 0,
"list_email_id": "NODYGVDCEVV9Q0CG",
"list_id": 434,
"list_name": "ListqX62zF5kan"
},
{
"_contacts_count": 0,
"list_email_id": "VCYXAZSXNZCVJIPB",
"list_id": 435,
"list_name": "ListklPbrd232Z"
},
{
"_contacts_count": 0,
"list_email_id": "KCDKIEBYPBIYQXJQ",
"list_id": 436,
"list_name": "ListFfD3OIiTwJ"
}
],
"from": 1,
"last_page": 1,
"next_page_url": null,
"per_page": 15,
"prev_page_url": null,
"to": 9,
"total": 9
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here are your data."
}
Request
None