cURL
curl --request GET \ --url https://api.sendx.io/api/v1/rest/list/{identifier} \ --header 'X-Team-ApiKey: <api-key>'
{ "id": "list_OcuxJHdiAvujmwQVJfd3ss", "name": "Newsletter Subscribers", "type": 123, "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z" }
Retrieves detailed information about a specific list.
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_here
List identifier
list_OcuxJHdiAvujmwQVJfd3ss
✅ List retrieved successfully
"list_OcuxJHdiAvujmwQVJfd3ss"
"Newsletter Subscribers"
List type.
Values:
0
1
Was this page helpful?