| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
| subscriberId | The ID of the subscriber. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "8ed6c675-be68-4941-b4df-c676286595db",
"SubscriberId": "02a871db-8e5f-4530-87da-ea0dcaada36c",
"Created": "2026-03-19T05:51:18.5402198+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"8ed6c675-be68-4941-b4df-c676286595db","SubscriberId":"02a871db-8e5f-4530-87da-ea0dcaada36c","Created":"2026-03-19T05:51:18.5402198+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});