| 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": "c0abb07b-0e9b-41ff-9389-6c1617d2460c",
"SubscriberId": "734d14e6-bc08-489e-91ee-8608d1e067e9",
"Created": "2026-01-31T17:21:21.4628256+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c0abb07b-0e9b-41ff-9389-6c1617d2460c","SubscriberId":"734d14e6-bc08-489e-91ee-8608d1e067e9","Created":"2026-01-31T17:21:21.4628256+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});