Get One List
Fetch detailed information about a specific subscriber list by providing its unique list UID. Includes general, default, and notification configuration data.
π Get One List
πΉ HTTP Request
GET API-URL/lists/LIST-UNIQUE-IDπΈ URL Segments
Segment
Required
Description
π Authorization Header
X-API-KEY: your-api-key-hereπ» PHP Example
// get a single list
$response = $endpoint->getList('LIST-UNIQUE-ID');
// DISPLAY RESPONSE
echo '<hr /><pre>';
print_r($response->body);
echo '</pre>';π¦ Sample JSON Response
Last updated