Open Nav
API
Newsletter
Contactez-nous
Créer Newsletter
Balises
Templates
Questions fréquentes
Administratif
Abonnés
Technique
Extraits de code
DNS
Mon compte
Sections
List
Newsletter
Draft
Segment
Subscriber
Template
Download
Import
Abtest
Remarketing
Feeds
Webhook
Sms
Automation
KB Newsman
Sections
List
Newsletter
Draft
Segment
Subscriber
Template
Download
Import
Abtest
Remarketing
Feeds
Webhook
Sms
Automation
API
Newsletter
Contactez-nous
Home
API
List
list.userlistinfo
Newsman Api Method:
list.userlistinfo
Prototype:
list.userlistinfo(
)
Description:
Returns a hash array with all available lists
HTTP method:
GET
Endpoint HTTP:
/list.all.json
Endpoint XML-RPC:
list.all
Return type:
struct|array
Return info:
An array of lists. Each list has 2 entries: list_name, and list_id (keys)
Request parameters GET
Variable
Type
Description
Response parameters
Parameter
Description
list_id
The ID of the list
list_name
The name of the list
Output example
[
{
"list_id"
:
"my_list_id"
,
"list_name"
:
"My List Name"
}
]