Get the list of contacts lists

Encoding : UTF-8

Authentication

Your "api-key" and "api-login" identifiers must be added in the headers.

Definition

This web service allows you to retrieve the list of your contact lists.

Server Response Example in JSON

Success

 [
  {
   "name" : "list_name_1",
   "created_at": "2021-12-04 15:00:14",
   "number_of_contacts": 2000
  },
  {
   "name" : "list_name_2",
   "created_at": "2021-10-04 14:00:14",
   "number_of_contacts": 5000
  }
 ]
Language
Click Try It! to start a request and see the response here!