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
  }
 ]
Headers
string
required

Your api login from your account

string
required

Your api key from your account

Responses

401

Unauthorized.

403

Forbidden to view.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json