Open Nav
Subscribers
Newsletter
Automations
Settings
API
SMS
How-to videos
Sections
List
Newsletter
Draft
Segment
Subscriber
Template
Download
Import
Integration
Abtest
Remarketing
Feeds
Coupons
Webhook
Sms
Automation
Transactional
Newsman – Knowledge Base
Sections
List
Newsletter
Draft
Segment
Subscriber
Template
Download
Import
Integration
Abtest
Remarketing
Feeds
Coupons
Webhook
Sms
Automation
Transactional
Subscribers
Newsletter
Automations
Settings
API
SMS
How-to videos
Home
API
Sms
sms.lists
Newsman Api Method:
sms.lists
Prototype:
sms.lists(
)
Description:
Returns a hash array with all available lists of type SMS
HTTP method:
GET
Endpoint HTTP:
/sms.lists.json
Endpoint XML-RPC:
sms.lists
Return type:
struct|array
Return info:
An array of lists of type SMS. Each list has 3 entries: list_name, list_id and list_type (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
list_type
The type of the list
Output example
[
{
"list_id"
:
"my_list_id"
,
"list_name"
:
"My List Name"
,
"list_type"
:
"sms"
}
]