| 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": "197adc52-8bab-436d-a81d-f3c9c7e09858",
"SubscriberId": "1246c803-aa8f-4f20-9f76-7278b6b3400f",
"Created": "2026-09-27T15:04:21.6661476+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"197adc52-8bab-436d-a81d-f3c9c7e09858","SubscriberId":"1246c803-aa8f-4f20-9f76-7278b6b3400f","Created":"2026-09-27T15:04:21.6661476+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});