Open Nav
Abonnés
Newsletter
Automatisation
Rapports
Parametres du compte
API
Sections
List
Newsletter
Draft
Segment
Subscriber
Template
Download
Import
Integration
Abtest
Remarketing
Feeds
Coupons
Webhook
Sms
Automation
Transactional
KB Newsman
Sections
List
Newsletter
Draft
Segment
Subscriber
Template
Download
Import
Integration
Abtest
Remarketing
Feeds
Coupons
Webhook
Sms
Automation
Transactional
Abonnés
Newsletter
Automatisation
Rapports
Parametres du compte
API
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"
}
]