GET
https://api.responsly.com/v1/lists
cURL
curl --request GET \ --url 'https://api.responsly.com/v1/lists' \ --header 'Authorization: Bearer <Access Token>'
[ { "id": "AYQxr02LnOPdZ8oQ9pwKzWmRkMD15", "name": "Contact list 2", "custom_fields": "[\"city\", \"phone\"]", "contacts_count": 143 }, { "id": "5rVa1qasfz0AdKnMr6B49PEXyw2RQvNb", "name": "New List 1", "custom_fields": "[\"phone\"]", "contacts_count": 521 }]
Status Code: 200 OK