Get recipients from list
GET https://www.lightsms.com/external/get/phone.php
Retrieve phone numbers from a specific contact list.
Use this endpoint to fetch recipients from your organized contact lists for campaign management.
Authorization​
This endpoint requires authentication using login, signature, and timestamp parameters.
See the Authentication documentation for more details.
AUTHORIZATION: HTTP
REQUEST
Base URL
https://www.lightsms.com
Query Parameters
loginREQUIREDYour LightSMS account login
signatureREQUIREDRequest signature for authentication
baseREQUIREDList ID (from /base.php response)
pageREQUIREDPage number (100 recipients per page)
timestampREQUIREDUTC timestamp of the request
returnResponse format (json or xml)
RESPONSE
Recipients retrieved successfully
{
"37061234567": {
"name": "John",
"last_name": "Doe",
"middle_name": "",
"date_birth": "1990-05-15",
"male": "1",
"note1": "",
"note2": "",
"region": "",
"operator": ""
}
}