| 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": "eaff0918-2006-4f57-9d8f-c5d0d846d12c",
"SubscriberId": "97162ec4-2bb7-40c0-9185-bc0596d4270e",
"Created": "2026-06-09T04:59:43.6109635+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"eaff0918-2006-4f57-9d8f-c5d0d846d12c","SubscriberId":"97162ec4-2bb7-40c0-9185-bc0596d4270e","Created":"2026-06-09T04:59:43.6109635+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});